INodeInformation.Item[String] 属性

定义

获取节点的属性包。

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

参数

name
String

一个 String 字符串,该字符串表示项的名称。

属性值

一个表示属性包的对象。

适用于