DirectoryAttribute.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Item[Int32] 属性获取或设置位于指定索引处的 DirectoryAttribute 对象。
public:
property System::Object ^ default[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
public object this[int index] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object
参数
- index
- Int32
在找到 DirectoryAttribute 对象处从零开始的索引值。
属性值
指定索引处的 DirectoryAttribute 对象。
例外
要设置的 value
为无效类型。 有效类型为 byte[]、字符串或 URI。
value
包含空引用(在 Visual Basic 中为 Nothing
)。
注解
的 Item[] Get 方法始终尝试转换值对象并将其作为字符串返回;否则返回字节数组。 若要获得更好的性能,如果知道属性值的返回类型,请使用 GetValues 方法。