次の方法で共有


RoleDescriptor コンストラクター

定義

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 プロパティを初期化します。

適用対象