共用方式為


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[]

與控制項關聯的資料。

適用於