Partager via


WorkflowSymbol.Symbols Propriété

Définition

Obtient ou définit la collection de symboles.

public:
 property System::Collections::Generic::ICollection<System::Activities::Debugger::Symbol::ActivitySymbol ^> ^ Symbols { System::Collections::Generic::ICollection<System::Activities::Debugger::Symbol::ActivitySymbol ^> ^ get(); void set(System::Collections::Generic::ICollection<System::Activities::Debugger::Symbol::ActivitySymbol ^> ^ value); };
public System.Collections.Generic.ICollection<System.Activities.Debugger.Symbol.ActivitySymbol> Symbols { get; set; }
member this.Symbols : System.Collections.Generic.ICollection<System.Activities.Debugger.Symbol.ActivitySymbol> with get, set
Public Property Symbols As ICollection(Of ActivitySymbol)

Valeur de propriété

Collection de symboles.

S’applique à