COMTIIntrinsicsAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 COMTIIntrinsicsAttribute 類別的新執行個體。
多載
COMTIIntrinsicsAttribute() |
將 COMTIIntrinsicsAttribute 屬性設定成 |
COMTIIntrinsicsAttribute(Boolean) |
啟用 COMTIIntrinsicsAttribute 屬性的設定,初始化 Value 類別的新執行個體。 |
COMTIIntrinsicsAttribute()
將 COMTIIntrinsicsAttribute 屬性設定成 true
,初始化 Value 類別的新執行個體。
public:
COMTIIntrinsicsAttribute();
public COMTIIntrinsicsAttribute ();
Public Sub New ()
適用於
COMTIIntrinsicsAttribute(Boolean)
啟用 COMTIIntrinsicsAttribute 屬性的設定,初始化 Value 類別的新執行個體。
public:
COMTIIntrinsicsAttribute(bool val);
public COMTIIntrinsicsAttribute (bool val);
new System.EnterpriseServices.COMTIIntrinsicsAttribute : bool -> System.EnterpriseServices.COMTIIntrinsicsAttribute
Public Sub New (val As Boolean)
參數
- val
- Boolean
如果 COMTI 內容屬性已傳入 COM+ 內容,則為 true
,否則為 false
。