共用方式為


LenientGlobalObject.Function 屬性

定義

取得或設定 FunctionConstructor 建構函式物件所定義的原型架構物件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Object ^ Function { System::Object ^ get(); void set(System::Object ^ value); };
public object Function { get; set; }
member this.Function : obj with get, set
Public Property Function As Object

屬性值

Object

FunctionConstructor 物件。

適用於