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[]、String 或 URI。
value
包含 null 參考 (在 Visual Basic 中為 Nothing
)。
備註
的 Item[] Get 方法一律會嘗試將值物件轉換為字元串,否則會傳回位元組陣列。 若要取得更好的效能,如果您知道屬性值的傳回型別,請使用 GetValues 方法。