다음을 통해 공유


WorkflowSymbol.Symbols 속성

정의

기호의 컬렉션을 가져오거나 설정합니다.

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)

속성 값

ICollection<ActivitySymbol>

기호의 컬렉션입니다.

적용 대상