Sdílet prostřednictvím


WorkflowSymbol.Symbols Vlastnost

Definice

Získá nebo nastaví kolekci symbolů.

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)

Hodnota vlastnosti

ICollection<ActivitySymbol>

Kolekce symbolů.

Platí pro