다음을 통해 공유


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

XML 네임스페이스 식별자입니다.

설명

XamlType XamlTypeName값을 생성하는 데 사용된 경우 값 Namespace 은 .입니다 xamlType.GetXamlNamespaces()[0].

적용 대상