Sdílet prostřednictvím


ActionModel.Properties Vlastnost

Definice

Získá sadu vlastností přidružených k akci. Tyto vlastnosti se zkopírují do 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)

Hodnota vlastnosti

Implementuje

Poznámky

Položky budou mít přednost před položkami se stejným klíčem v Properties a Properties.

Platí pro