ServiceNameCollection(ICollection) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存の ICollection に基づいて、ServiceNameCollection クラスの新しい読み取り専用インスタンスを初期化します。
public:
ServiceNameCollection(System::Collections::ICollection ^ items);
public ServiceNameCollection (System.Collections.ICollection items);
new System.Security.Authentication.ExtendedProtection.ServiceNameCollection : System.Collections.ICollection -> System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public Sub New (items As ICollection)
パラメーター
- items
- ICollection
クラスの初期化に使用するサービス名の指定した値を含む ICollection クラスのインスタンス。
例外
item
が null
です。
item
が空です。
注釈
ServiceNameCollection初期化されるクラスには、パラメーターで渡された指定された値がitems
含まれています。