C# 클래스 Microsoft.VisualStudio.Language.Intellisense.CompletionIcon

Represents an icon used in the completion.
상속: IComparable
파일 보기 프로젝트 열기: microsoft/vs-editor-api

공개 메소드들

메소드 설명
CompareTo ( obj ) : int
CompletionIcon ( ) : System

Initializes a new instance of CompletionIcon.

CompletionIcon ( ImageSource imageSource, string automationName, string automationId, int position ) : System

Initializes a new instance of CompletionIcon with the given image, automation values, and position.

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( obj ) : int
리턴 int

CompletionIcon() 공개 메소드

Initializes a new instance of CompletionIcon.
public CompletionIcon ( ) : System
리턴 System

CompletionIcon() 공개 메소드

Initializes a new instance of CompletionIcon with the given image, automation values, and position.
public CompletionIcon ( ImageSource imageSource, string automationName, string automationId, int position ) : System
imageSource ImageSource The icon to describe the completion item.
automationName string The automation name for the icon.
automationId string The automation id for the icon.
position int The display position of the icon. If no value is provided this will be zero.
리턴 System