다음을 통해 공유


ISmartTagSource.AugmentSmartTagSession 메서드

결정 SmartTagActionSet 개체의 지정 된 부분이 있어야 ISmartTagSession.

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

구문

‘선언
Sub AugmentSmartTagSession ( _
    session As ISmartTagSession, _
    smartTagActionSets As IList(Of SmartTagActionSet) _
)
void AugmentSmartTagSession(
    ISmartTagSession session,
    IList<SmartTagActionSet> smartTagActionSets
)
void AugmentSmartTagSession(
    ISmartTagSession^ session, 
    IList<SmartTagActionSet^>^ smartTagActionSets
)
abstract AugmentSmartTagSession : 
        session:ISmartTagSession * 
        smartTagActionSets:IList<SmartTagActionSet> -> unit
function AugmentSmartTagSession(
    session : ISmartTagSession, 
    smartTagActionSets : IList<SmartTagActionSet>
)

매개 변수

설명

각 해당 AugmentSmartTagSession (재) 계산 하려면 인스턴스가 호출 됩니다는 ISmartTagSession. SmartTagActionSets 추가 세션 수를 추가 하 여 해당 smartTagActionSets 컬렉션입니다. 컬렉션에서 항목을 제거 하 여이 원본에서 필터링 될 수 있습니다 뿐만 아니라, SmartTagActionSet 에서 제공 하는 개체 ISmartTagSources 계산 체인의 이전 버전입니다.

.NET Framework 보안

참고 항목

참조

ISmartTagSource 인터페이스

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