Share via


UriTemplate.Defaults プロパティ

定義

既定のパラメーター値に対する名前と値のペアのコレクションを取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Defaults { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Defaults { get; }
member this.Defaults : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Defaults As IDictionary(Of String, String)

プロパティ値

ジェネリック型のディクショナリ。

適用対象