DirectoryControl.GetValue 메서드

정의

GetValue() 메서드는 컨트롤과 연결된 데이터를 반환합니다.

public:
 virtual cli::array <System::Byte> ^ GetValue();
public virtual byte[] GetValue ();
abstract member GetValue : unit -> byte[]
override this.GetValue : unit -> byte[]
Public Overridable Function GetValue () As Byte()

반환

Byte[]

컨트롤과 연결된 데이터입니다.

적용 대상