XamlLight.GetId メソッド

定義

カスタム XamlLight 型の識別子を返します。

ほとんどの場合、競合を防ぐために一意の識別子を使用する必要があります。 たとえば、カスタム XamlLight 型の FullName を使用できます。

識別子は、特定のライト型のターゲットとしてブラシと UIElements を追加および削除するために使用されます。

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

戻り値

String

Platform::String

winrt::hstring

XamlLight の識別子。

適用対象