Condividi tramite


XamlResourceIdAttribute(String, String, Type) Costruttore

Definizione

Crea un nuovo XamlResourceIdAttributeoggetto .

public:
 XamlResourceIdAttribute(System::String ^ resourceId, System::String ^ path, Type ^ type);
public XamlResourceIdAttribute(string resourceId, string path, Type type);
new Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute : string * string * Type -> Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute
Public Sub New (resourceId As String, path As String, type As Type)

Parametri

resourceId
String

Identificatore di risorsa incorporato.

path
String

Percorso del progetto del file XAML.

type
Type

Tipo associato alla risorsa XAML.

Commenti

Per l'uso interno da parte dell'infrastruttura XAML.

Si applica a