Share via


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>  

適用於