次の方法で共有


RoleDescriptor.ProtocolsSupported プロパティ

定義

サポートされるプロトコルのコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<Uri ^> ^ ProtocolsSupported { System::Collections::Generic::ICollection<Uri ^> ^ get(); };
public System.Collections.Generic.ICollection<Uri> ProtocolsSupported { get; }
member this.ProtocolsSupported : System.Collections.Generic.ICollection<Uri>
Public ReadOnly Property ProtocolsSupported As ICollection(Of Uri)

プロパティ値

このロール記述子でサポートされるプロトコルのコレクション。

適用対象