次の方法で共有


SyndicationElementExtension.OuterName プロパティ

定義

要素拡張の外部名を取得します。

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

プロパティ値

String

要素拡張の外部名。

注釈

次の要素拡張の外部名は custom です。

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

適用対象