次の方法で共有


IdentitySection コンストラクター

定義

既定のパラメーターを使用して IdentitySection クラスの新しいインスタンスを初期化します。

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

次のコード例は、オブジェクトを作成する方法を IdentitySection 示しています。

// Create a new IdentitySection object.
System.Web.Configuration.IdentitySection newidentitySection = new System.Web.Configuration.IdentitySection();
' Create a new IdentitySection object.
Dim newidentitySection As New System.Web.Configuration.IdentitySection()

注釈

このコンストラクターは内部でのみ使用されます。

適用対象