Interop.ActivityProperties Eigenschap

Definitie

Hiermee haalt u de verzameling naam-waardeparen op die overeenkomt met de invoer- en uitvoereigenschappen van de Activity.

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)

Waarde van eigenschap

De verzameling invoer- en uitvoereigenschappen van de Activity.

Kenmerken

Van toepassing op