SyndicationFeed.NodeName 속성

정의

요소의 로컬 이름을 가져오거나 설정합니다.

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

void NodeName(winrt::hstring value);
public string NodeName { get; set; }
var string = syndicationFeed.nodeName;
syndicationFeed.nodeName = string;
Public Property NodeName As String

속성 값

String

Platform::String

winrt::hstring

요소의 로컬 이름입니다. XML 1.0에 따라 유효해야 합니다.

구현

적용 대상