다음을 통해 공유


SyndicationElementExtension.OuterNamespace 속성

정의

요소 확장의 외부 네임스페이스를 가져옵니다.

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

속성 값

String

요소 확장의 외부 네임스페이스입니다.

설명

다음 사용자 지정 요소의 외부 네임스페이스는 .입니다 mg.

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

적용 대상