共用方式為


DirectoryAttribute.Item[Int32] 屬性

定義

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[]、String 或 URI。

value 包含 null 參考 (在 Visual Basic 中為 Nothing)。

備註

Item[] Get 方法一律會嘗試將值物件轉換為字元串,否則會傳回位元組陣列。 若要取得更好的效能,如果您知道屬性值的傳回型別,請使用 GetValues 方法。

適用於