다음을 통해 공유


AfterHandlerMethodEventData.Arguments 속성

정의

메서드에 대한 인수입니다.

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

속성 값

적용 대상