다음을 통해 공유


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 요소입니다.

적용 대상