共用方式為


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

屬性的命名空間。

適用於