DirectoryAttribute.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向此特性添加指定值。
重载
Add(Byte[]) |
Add(Byte[]) 方法会向此特性添加指定值。 |
Add(String) |
Add(String) 方法会向此特性添加指定值。 |
Add(Uri) |
Add(Uri) 方法会向此特性添加指定值。 |
Add(Byte[])
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
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
包含空引用(在 Visual Basic 中为 Nothing
)。
适用于
Add(String)
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
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
包含空引用(在 Visual Basic 中为 Nothing
)。
适用于
Add(Uri)
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
Add(Uri) 方法会向此特性添加指定值。
public:
int Add(Uri ^ value);
public int Add (Uri value);
member this.Add : Uri -> int
Public Function Add (value As Uri) As Integer
参数
- value
- Uri
要相加的值。
返回
已添加值处的索引。
例外
Value
包含空引用(在 Visual Basic 中为 Nothing
)。