ProfileGroupBase.Init(ProfileBase, String) 方法

定义

ASP.NET 用来初始化分组配置文件属性值和信息。Used by ASP.NET to initialize the grouped profile property values and information.

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 的类。The class that inherits ProfileBase that is assigned to the Profile property.

myName
String

配置文件属性组的名称。The name of the profile property group.

注解

此方法不适于在您的代码中使用。This method is not intended to be used from your code.

适用于