Share via


SyndicationElementExtension.OuterNamespace 属性

定义

获取元素扩展的外部命名空间。

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

属性值

元素扩展的外部命名空间。

注解

下列自定义元素的外部命名空间是 mg

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

适用于