次の方法で共有


ViewLocationExpanderContext.Values プロパティ

定義

IDictionary<TKey,TValue> 一部 PopulateValues(ViewLocationExpanderContext)として値が設定される を取得または設定します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Values { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IDictionary<string,string> Values { get; set; }
public System.Collections.Generic.IDictionary<string,string?> Values { get; set; }
member this.Values : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Values As IDictionary(Of String, String)

プロパティ値

適用対象