다음을 통해 공유


SyndicationElementExtension.OuterName 속성

정의

요소 확장의 외부 이름을 가져옵니다.

public:
 property System::String ^ OuterName { System::String ^ get(); };
public string OuterName { get; }
member this.OuterName : string
Public ReadOnly Property OuterName As String

속성 값

String

요소 확장의 외부 이름입니다.

설명

다음 요소 확장의 외부 이름은 .입니다 custom.

<feed xmlns:mg="http://contoso.com">  
....<mg:custom> some text </mg:custom>  
</feed>  

적용 대상