Completion.IconSource 属性

获取或设置可用来描述完成项的图标。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Overridable Property IconSource As ImageSource
public virtual ImageSource IconSource { get; set; }
public:
virtual property ImageSource^ IconSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
abstract IconSource : ImageSource with get, set 
override IconSource : ImageSource with get, set
function get IconSource () : ImageSource 
function set IconSource (value : ImageSource)

属性值

类型:ImageSource
图标。

.NET Framework 安全性

请参阅

参考

Completion 类

Microsoft.VisualStudio.Language.Intellisense 命名空间