ProfilePropertySettingsCollection.Set(ProfilePropertySettings) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 ProfilePropertySettings 对象添加到集合。
public:
void Set(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public void Set (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.Set : System.Web.Configuration.ProfilePropertySettings -> unit
Public Sub Set (propertySettings As ProfilePropertySettings)
参数
- propertySettings
- ProfilePropertySettings
例外
集合中已经存在要添加的 ProfilePropertySettings 对象或该集合为只读。
注解
调用此方法的效果与调用 Add 方法的效果相同。