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>  

适用于