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 方法的效果相同。