다음을 통해 공유


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 네임스페이스