XmlProcessingInstruction.Name 属性
定义
获取节点的限定名称。Gets the qualified name of the node.
public:
virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String
属性值
对于处理指令节点,此属性返回处理指令的目标。For processing instruction nodes, this property returns the target of the processing instruction.