Freigeben über


Interop.ActivityProperties Eigenschaft

Definition

Ruft die Auflistung von Name/Wert-Paaren ab, die den Ein- und Ausgabeeigenschaften der Activity entspricht.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Activities::Argument ^> ^ ActivityProperties { System::Collections::Generic::IDictionary<System::String ^, System::Activities::Argument ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,System.Activities.Argument> ActivityProperties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ActivityProperties : System.Collections.Generic.IDictionary<string, System.Activities.Argument>
Public ReadOnly Property ActivityProperties As IDictionary(Of String, Argument)

Eigenschaftswert

Die Auflistung von Eingabe- und Ausgabeeigenschaften der Activity.

Attribute

Gilt für: