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>  

適用対象