共用方式為


VlvRequestControl.GetValue 方法

定義

GetValue() 方法會傳回指定控制項之 BER 編碼的序列。

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

傳回

Byte[]

BER 編碼的序列,指定這個控制項。

適用於