SyndicationAttribute.Name 属性

定义

获取联合属性的名称。

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

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

属性值

String

Platform::String

winrt::hstring

atom:name 元素。

适用于