다음을 통해 공유


ParameterView.FromDictionary(IDictionary<String,Object>) 메서드

정의

지정된 IDictionary<TKey,TValue>에서 새 ParameterView를 만듭니다.

public:
 static Microsoft::AspNetCore::Components::ParameterView FromDictionary(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public static Microsoft.AspNetCore.Components.ParameterView FromDictionary (System.Collections.Generic.IDictionary<string,object> parameters);
public static Microsoft.AspNetCore.Components.ParameterView FromDictionary (System.Collections.Generic.IDictionary<string,object?> parameters);
static member FromDictionary : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Components.ParameterView
Public Shared Function FromDictionary (parameters As IDictionary(Of String, Object)) As ParameterView

매개 변수

parameters
IDictionary<String,Object>

IDictionary<TKey,TValue> 매개 변수가 있는 입니다.

반환

ParameterView.

적용 대상