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 命名空间