Share via


ActionModel.Properties 속성

정의

작업과 연결된 속성 집합을 가져옵니다. 이러한 속성은 에 Properties복사됩니다.

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

속성 값

구현

설명

항목은 및 Properties에서 Properties 동일한 키를 가진 항목보다 우선합니다.

적용 대상