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 オブジェクト。
例外
追加する ProfilePropertySettings オブジェクトが既にコレクションに存在しているか、またはコレクションが読み取り専用です。
注釈
このメソッドの呼び出しは、メソッドの呼び出しと同じ効果があります Add 。