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

特性的命名空间。

适用于