XamlReader.NodeType 属性

定义

在派生类中实现时,获取当前节点的类型。

public:
 abstract property System::Xaml::XamlNodeType NodeType { System::Xaml::XamlNodeType get(); };
public abstract System.Xaml.XamlNodeType NodeType { get; }
member this.NodeType : System.Xaml.XamlNodeType
Public MustOverride ReadOnly Property NodeType As XamlNodeType

属性值

XamlNodeType

XamlNodeType 枚举的一个值。

注解

子树读取器可以使用行为限制来调用 NodeType。 有关详细信息,请参阅中的 XamlReader“子树读取者”部分,或参阅 ReadSubtree

适用于

另请参阅