ProfileGroupBase.Init(ProfileBase, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ASP.NET 用於初始化群組設定檔屬性值和資訊。
public:
void Init(System::Web::Profile::ProfileBase ^ parent, System::String ^ myName);
public void Init (System.Web.Profile.ProfileBase parent, string myName);
member this.Init : System.Web.Profile.ProfileBase * string -> unit
Public Sub Init (parent As ProfileBase, myName As String)
參數
- parent
- ProfileBase
類別,繼承指派給 ProfileBase 屬性的 Profile。
- myName
- String
設定檔屬性群組的名稱。
備註
這個方法並不適合從程式碼使用。