共用方式為


ProfilePropertySettingsCollection.Set(ProfilePropertySettings) 方法

定義

將指定的 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)

參數

例外狀況

要加入的 ProfilePropertySettings 物件已經存在於集合中,或者集合是唯讀的。

備註

呼叫這個方法的效果與呼叫 Add 方法的效果相同。

適用於

另請參閱