次の方法で共有


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

属性の名前空間。

適用対象