COMTIIntrinsicsAttribute コンストラクター

定義

COMTIIntrinsicsAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

COMTIIntrinsicsAttribute()

COMTIIntrinsicsAttribute クラスの新しいインスタンスを初期化し、Value プロパティを true に設定します。

COMTIIntrinsicsAttribute(Boolean)

COMTIIntrinsicsAttribute クラスの新しいインスタンスを初期化して、Value プロパティの設定を有効にします。

COMTIIntrinsicsAttribute()

COMTIIntrinsicsAttribute クラスの新しいインスタンスを初期化し、Value プロパティを true に設定します。

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

適用対象