次の方法で共有


XamlTypeName.Namespace プロパティ

定義

この XamlTypeName を構築するために使用された XAML 名前空間の識別子を取得します。

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

プロパティ値

String

XAML 名前空間識別子。

注釈

これをXamlTypeName構築するために a XamlType を使用した場合、値NamespacexamlType.GetXamlNamespaces()[0].

適用対象