ConnectionInterfaceCollection コンストラクタ ()
アセンブリ: System.Web (system.web.dll 内)


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


ConnectionInterfaceCollection コンストラクタ (ICollection)
アセンブリ: System.Web (system.web.dll 内)

Dim connectionInterfaces As ICollection Dim instance As New ConnectionInterfaceCollection(connectionInterfaces)


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


ConnectionInterfaceCollection コンストラクタ (ConnectionInterfaceCollection, ICollection)
アセンブリ: System.Web (system.web.dll 内)

Public Sub New ( _ existingConnectionInterfaces As ConnectionInterfaceCollection, _ connectionInterfaces As ICollection _ )
Dim existingConnectionInterfaces As ConnectionInterfaceCollection Dim connectionInterfaces As ICollection Dim instance As New ConnectionInterfaceCollection(existingConnectionInterfaces, connectionInterfaces)
public ConnectionInterfaceCollection (
ConnectionInterfaceCollection existingConnectionInterfaces,
ICollection connectionInterfaces
)
public:
ConnectionInterfaceCollection (
ConnectionInterfaceCollection^ existingConnectionInterfaces,
ICollection^ connectionInterfaces
)
public ConnectionInterfaceCollection (
ConnectionInterfaceCollection existingConnectionInterfaces,
ICollection connectionInterfaces
)
public function ConnectionInterfaceCollection ( existingConnectionInterfaces : ConnectionInterfaceCollection, connectionInterfaces : ICollection )


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


ConnectionInterfaceCollection コンストラクタ

名前 | 説明 |
---|---|
ConnectionInterfaceCollection () | ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。 |
ConnectionInterfaceCollection (ICollection) | 指定されたコレクションで ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。 |
ConnectionInterfaceCollection (ConnectionInterfaceCollection, ICollection) | 指定された 2 つのコレクションを結合することによって、ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。 |

- ConnectionInterfaceCollection コンストラクタ ()のページへのリンク