SyndicationElementExtension.OuterNamespace 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取元素扩展的外部命名空间。
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>