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>