다음을 통해 공유


SmartTagActionSet.Actions 속성

스마트 태그 동작의 컬렉션을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property Actions As ReadOnlyCollection(Of ISmartTagAction)
public ReadOnlyCollection<ISmartTagAction> Actions { get; }
public:
property ReadOnlyCollection<ISmartTagAction^>^ Actions {
    ReadOnlyCollection<ISmartTagAction^>^ get ();
}
member Actions : ReadOnlyCollection<ISmartTagAction> with get
function get Actions () : ReadOnlyCollection<ISmartTagAction>

속성 값

형식: ReadOnlyCollection<ISmartTagAction>
스마트 태그 작업의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

SmartTagActionSet 클래스

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