C# 클래스 ShaderTools.VisualStudio.Hlsl.Editing.BraceCompletion.BraceCompletionContextProvider

상속: IBraceCompletionContextProvider
파일 보기 프로젝트 열기: tgjones/HlslTools

Private Properties

프로퍼티 타입 설명
IsValidBraceCompletionContext bool

공개 메소드들

메소드 설명
TryCreateContext ( ITextView textView, SnapshotPoint openingPoint, char openingBrace, char closingBrace, IBraceCompletionContext &context ) : bool

비공개 메소드들

메소드 설명
IsValidBraceCompletionContext ( SnapshotPoint openingPoint ) : bool

메소드 상세

TryCreateContext() 공개 메소드

public TryCreateContext ( ITextView textView, SnapshotPoint openingPoint, char openingBrace, char closingBrace, IBraceCompletionContext &context ) : bool
textView ITextView
openingPoint SnapshotPoint
openingBrace char
closingBrace char
context IBraceCompletionContext
리턴 bool