IISIntrinsicsAttribute コンストラクター

定義

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

オーバーロード

IISIntrinsicsAttribute()

IISIntrinsicsAttribute クラスの新しいインスタンスを初期化して、ASP に組み込まれている値にアクセスできるようにします。

IISIntrinsicsAttribute(Boolean)

IISIntrinsicsAttribute クラスの新しいインスタンスを初期化して、オプションで ASP に組み込まれている値にアクセスできないようにします。

IISIntrinsicsAttribute()

IISIntrinsicsAttribute クラスの新しいインスタンスを初期化して、ASP に組み込まれている値にアクセスできるようにします。

public:
 IISIntrinsicsAttribute();
public IISIntrinsicsAttribute ();
Public Sub New ()

適用対象

IISIntrinsicsAttribute(Boolean)

IISIntrinsicsAttribute クラスの新しいインスタンスを初期化して、オプションで ASP に組み込まれている値にアクセスできないようにします。

public:
 IISIntrinsicsAttribute(bool val);
public IISIntrinsicsAttribute (bool val);
new System.EnterpriseServices.IISIntrinsicsAttribute : bool -> System.EnterpriseServices.IISIntrinsicsAttribute
Public Sub New (val As Boolean)

パラメーター

val
Boolean

ASP に組み込まれている値にアクセスできるようにする場合は true、それ以外の場合は false

適用対象