次の方法で共有


ProfileGroupSettingsCollection.Set(ProfileGroupSettings) メソッド

定義

指定した ProfileGroupSettings オブジェクトをコレクションに追加します。

public:
 void Set(System::Web::Configuration::ProfileGroupSettings ^ group);
public void Set (System.Web.Configuration.ProfileGroupSettings group);
member this.Set : System.Web.Configuration.ProfileGroupSettings -> unit
Public Sub Set (group As ProfileGroupSettings)

パラメーター

group
ProfileGroupSettings

ProfileGroupSettings オブジェクト。

例外

追加する ProfileGroupSettings オブジェクトが既にコレクションに存在しているか、またはコレクションが読み取り専用です。

注釈

このメソッドの呼び出しは、メソッドの呼び出しと同じ効果があります Add

適用対象

こちらもご覧ください