通过


XamlXmlReader.Type 属性

定义

XamlType获取当前节点。

public:
 virtual property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };
public override System.Xaml.XamlType Type { get; }
member this.Type : System.Xaml.XamlType
Public Overrides ReadOnly Property Type As XamlType

属性值

当前 XamlType 节点;或者 null,如果位置不在对象上。

注解

此属性仅在当前位置StartObject为 时NodeType具有非 null 结果。

适用于

另请参阅