DirectoryAttribute.Add 메서드

정의

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

오버로드

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에 null 참조(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에 null 참조(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에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

적용 대상