共用方式為


ServicedComponent.Construct(String) 方法

定義

剛好在傳入建構函式字串並呼叫建構函式之後由基礎結構所呼叫。 覆寫這個方法來利用建構字串值。

protected public:
 virtual void Construct(System::String ^ s);
protected internal virtual void Construct (string s);
abstract member Construct : string -> unit
override this.Construct : string -> unit
Protected Friend Overridable Sub Construct (s As String)

參數

s
String

建構字串。

適用於