CompletionIcon.IconSource 属性

Gets or sets the icon source.

命名空间:  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
The icon source.

.NET Framework 安全性

请参阅

参考

CompletionIcon 类

Microsoft.VisualStudio.Language.Intellisense 命名空间