RoleDescriptor コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RoleDescriptor クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| RoleDescriptor() |
RoleDescriptor クラスの新しいインスタンスを初期化します。 |
| RoleDescriptor(Collection<Uri>) |
サポートされているプロトコルのコレクションを持つ RoleDescriptor クラスの新しいインスタンスを初期化します。 |
RoleDescriptor()
RoleDescriptor クラスの新しいインスタンスを初期化します。
protected:
RoleDescriptor();
protected RoleDescriptor();
Protected Sub New ()
注釈
ProtocolsSupported プロパティは、空のコレクションに初期化されます。
適用対象
RoleDescriptor(Collection<Uri>)
サポートされているプロトコルのコレクションを持つ RoleDescriptor クラスの新しいインスタンスを初期化します。
protected:
RoleDescriptor(System::Collections::ObjectModel::Collection<Uri ^> ^ protocolsSupported);
protected RoleDescriptor(System.Collections.ObjectModel.Collection<Uri> protocolsSupported);
new System.IdentityModel.Metadata.RoleDescriptor : System.Collections.ObjectModel.Collection<Uri> -> System.IdentityModel.Metadata.RoleDescriptor
Protected Sub New (protocolsSupported As Collection(Of Uri))
パラメーター
- protocolsSupported
- Collection<Uri>
サポートされているプロトコルコレクション。 ProtocolsSupported プロパティを初期化します。