Share via


ViewComponentContext.Arguments 속성

정의

뷰 구성 요소 인수를 가져오거나 설정합니다.

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

속성 값

설명

속성 setter는 단위 테스트 목적으로만 제공됩니다.

적용 대상