XamlLight.GetId Metodo

Definizione

Restituisce l'identificatore per il tipo XamlLight personalizzato.

Nella maggior parte dei casi è consigliabile usare un identificatore univoco per evitare conflitti. Ad esempio, è possibile usare FullName del tipo XamlLight personalizzato.

L'identificatore viene usato per aggiungere e rimuovere pennelli e UIElements come destinazioni per un tipo di luce specifico.

protected:
 virtual Platform::String ^ GetId() = GetId;
winrt::hstring GetId();
protected virtual string GetId();
function getId()
Protected Overridable Function GetId () As String

Restituisce

String

Platform::String

winrt::hstring

Identificatore per XamlLight.

Si applica a