SyndicationElementExtension.OuterName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素拡張の外部名を取得します。
public:
property System::String ^ OuterName { System::String ^ get(); };
public string OuterName { get; }
member this.OuterName : string
Public ReadOnly Property OuterName As String
プロパティ値
要素拡張の外部名。
注釈
次の要素拡張の外部名は custom
です。
<feed xmlns:mg="http://contoso.com">
....<mg:custom> some text </mg:custom>
</feed>