다음을 통해 공유


SmartTag.ActionSets 속성

스마트 태그 세션에 포함될 작업 집합입니다.

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

구문

‘선언
Public Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
public ReadOnlyCollection<SmartTagActionSet> ActionSets { get; private set; }
public:
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
    private: void set (ReadOnlyCollection<SmartTagActionSet^>^ value);
}
member ActionSets : ReadOnlyCollection<SmartTagActionSet> with get, private set
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>
private function set ActionSets (value : ReadOnlyCollection<SmartTagActionSet>)

속성 값

형식: ReadOnlyCollection<SmartTagActionSet>
SmartTagActionSet 형식의 ReadOnlyCollection입니다.

.NET Framework 보안

참고 항목

참조

SmartTag 클래스

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