Completion2 클래스
Adds an additional context icon to the completion.
상속 계층 구조
Object
Microsoft.VisualStudio.Language.Intellisense.Completion
Microsoft.VisualStudio.Language.Intellisense.Completion2
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Class Completion2 _
Inherits Completion
public class Completion2 : Completion
public ref class Completion2 : public Completion
type Completion2 =
class
inherit Completion
end
public class Completion2 extends Completion
Completion2 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
Completion2() | Initializes a new instance of Completion2. | |
Completion2(String, String, String, ImageSource, String) | Initializes a new instance of Completion2. | |
Completion2(String, String, String, ImageSource, String, IEnumerable<CompletionIcon>) | Initializes a new instance of Completion2 with the specified text and icon. |
위쪽
속성
이름 | 설명 | |
---|---|---|
AttributeIcons | ||
Description | 완료 표시 텍스트와 함께 표시 될 수 있는 설명을 가져옵니다. (Completion에서 상속됨) | |
DisplayText | IntelliSense 발표자가 표시할 텍스트를 가져옵니다. (Completion에서 상속됨) | |
IconAutomationText | 자동화 이름 아이콘으로 표시할 때 사용 하는 텍스트를 가져오거나 설정 합니다. (Completion에서 상속됨) | |
IconSource | 완성을 설명하는 데 사용할 수 있는 아이콘을 가져오거나 설정합니다. (Completion에서 상속됨) | |
InsertionText | 이 완성이 커밋될 경우 버퍼에 삽입될 텍스트를 가져옵니다. (Completion에서 상속됨) | |
Properties | 완성의 속성을 가져옵니다. (Completion에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Equals | 지정한 개체와 현재 개체가 같은지를 확인합니다. (Object에서 상속됨) | |
Finalize | 가비지 수집기가 회수하기 전에 개체가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨) | |
GetHashCode | 기본 해시 함수로 작동합니다. (Object에서 상속됨) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
MemberwiseClone | 현재 Object의 부분 복사본을 만듭니다. (Object에서 상속됨) | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
위쪽
설명
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.