DirectoryAttribute.Add 메서드

정의

지정된 값을 이 특성에 추가합니다.

오버로드

Name Description
Add(Byte[])

이 메서드는 Add(Byte[]) 지정된 값을 이 특성에 추가합니다.

Add(String)

이 메서드는 Add(String) 지정된 값을 이 특성에 추가합니다.

Add(Uri)

이 메서드는 Add(Uri) 지정된 값을 이 특성에 추가합니다.

Add(Byte[])

Source:
DirectoryAttribute.cs
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 null 참조를 포함합니다(Visual Basic Nothing).

적용 대상

Add(String)

Source:
DirectoryAttribute.cs
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 null 참조를 포함합니다(Visual Basic Nothing).

적용 대상

Add(Uri)

Source:
DirectoryAttribute.cs
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 null 참조를 포함합니다(Visual Basic Nothing).

적용 대상