다음을 통해 공유


ISmartTagSession.ActionSets 속성

이 세션에서 표시하는 작업의 컬렉션을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
ReadOnly Property ActionSets As ReadOnlyObservableCollection(Of SmartTagActionSet)
ReadOnlyObservableCollection<SmartTagActionSet> ActionSets { get; }
property ReadOnlyObservableCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyObservableCollection<SmartTagActionSet^>^ get ();
}
abstract ActionSets : ReadOnlyObservableCollection<SmartTagActionSet> with get
function get ActionSets () : ReadOnlyObservableCollection<SmartTagActionSet>

속성 값

형식: ReadOnlyObservableCollection<SmartTagActionSet>
작업 집합입니다.

.NET Framework 보안

참고 항목

참조

ISmartTagSession 인터페이스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스