ISmartTagSource 인터페이스
스마트 태그 데이터의 원본을 정의합니다.
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Interface ISmartTagSource _
Inherits IDisposable
public interface ISmartTagSource : IDisposable
public interface class ISmartTagSource : IDisposable
type ISmartTagSource =
interface
interface IDisposable
end
public interface ISmartTagSource extends IDisposable
ISmartTagSource 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
AugmentSmartTagSession | 결정 SmartTagActionSet 개체의 지정 된 부분이 있어야 ISmartTagSession. | |
Dispose | 관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 응용 프로그램 정의 작업을 수행합니다. (IDisposable에서 상속됨) |
위쪽
예제
이 인터페이스를 사용 하는 예제를 보려면 연습: 스마트 태그 표시.