다음을 통해 공유


ISmartTagSession.IconSource 속성

이 세션의 표시에 사용할 수 있는 아이콘을 설정 하거나 가져옵니다.

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

구문

‘선언
Property IconSource As ImageSource
ImageSource IconSource { get; set; }
property ImageSource^ IconSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
abstract IconSource : ImageSource with get, set
function get IconSource () : ImageSource 
function set IconSource (value : ImageSource)

속성 값

형식: ImageSource
ImageSource입니다.

설명

기본 발표자가 태그 위로 마우스를 이동할 때 표시 되는 스마트 태그 단추에이 아이콘을 렌더링 합니다.

.NET Framework 보안

참고 항목

참조

ISmartTagSession 인터페이스

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