ProfileSettingsCollection.Insert メソッド
アセンブリ: System.Web (system.web.dll 内)

Dim instance As ProfileSettingsCollection Dim index As Integer Dim authorizationSettings As ProfileSettings instance.Insert(index, authorizationSettings)



Insert メソッドを使用するコード例を次に示します。このコード例は、HealthMonitoringSection クラスのトピックで取り上げているコード例の一部分です。
' Insert an ProfileSettings object into the Profiles collection property. healthMonitoringSection.Profiles.Insert(1, new ProfileSettings("Default2"))

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ProfileSettingsCollection.Insert メソッドのページへのリンク