XamlResourceIdAttribute(String, String, Type) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.