다음을 통해 공유


SyndicationAttribute.Namespace 속성

정의

특성의 네임스페이스를 가져옵니다.

public:
 property Platform::String ^ Namespace { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Namespace();

void Namespace(winrt::hstring value);
public string Namespace { get; set; }
var string = syndicationAttribute.namespace;
syndicationAttribute.namespace = string;
Public Property Namespace As String

속성 값

String

Platform::String

winrt::hstring

특성의 네임스페이스입니다.

적용 대상