DirectoryAttribute.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的值加入至這個屬性。
多載
Add(Byte[]) |
Add(Byte[]) 方法將指定的值加入至此屬性。 |
Add(String) |
Add(String) 方法將指定的值加入至此屬性。 |
Add(Uri) |
Add(Uri) 方法將指定的值加入至此屬性。 |
Add(Byte[])
Add(Byte[]) 方法將指定的值加入至此屬性。
public:
int Add(cli::array <System::Byte> ^ value);
public int Add (byte[] value);
member this.Add : byte[] -> int
Public Function Add (value As Byte()) As Integer
參數
- value
- Byte[]
要加入的值。
傳回
要在該處加入值的索引。
例外狀況
Value
包含 null 參考 (在 Visual Basic 中為 Nothing
)。
適用於
Add(String)
Add(String) 方法將指定的值加入至此屬性。
public:
int Add(System::String ^ value);
public int Add (string value);
member this.Add : string -> int
Public Function Add (value As String) As Integer
參數
- value
- String
要加入的值。
傳回
要在該處加入值的索引。
例外狀況
Value
包含 null 參考 (在 Visual Basic 中為 Nothing
)。