次の方法で共有


ProfileAttribute コンストラクター

定義

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

オーバーロード

ProfileAttribute()

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

ProfileAttribute(String)

プロファイル キーを使用して、ProfileAttribute クラスの新しいインスタンスを初期化します。

注釈

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

ProfileAttribute()

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

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

注釈

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象

ProfileAttribute(String)

プロファイル キーを使用して、ProfileAttribute クラスの新しいインスタンスを初期化します。

public:
 ProfileAttribute(System::String ^ key);
public ProfileAttribute (string key);
new System.Web.ModelBinding.ProfileAttribute : string -> System.Web.ModelBinding.ProfileAttribute
Public Sub New (key As String)

パラメーター

key
String

キー。

注釈

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象