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

屬性值

String

項目延伸的外部命名空間。

備註

下列自訂項目的外部命名空間為 mg

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

適用於