Method | Description | |
---|---|---|
GetPositionsOfSpan ( IVsTextBuffer textStream, TextSpan ts, int &startPos, int &endPos ) : int | ||
IsStatementCompletionWindowActive ( ITextView textView ) : bool |
Method | Description | |
---|---|---|
IsItemSelectedInStatementCompletion ( ITextView textView ) : bool |
public static GetPositionsOfSpan ( IVsTextBuffer textStream, TextSpan ts, int &startPos, int &endPos ) : int | ||
textStream | IVsTextBuffer | |
ts | TextSpan | |
startPos | int | |
endPos | int | |
return | int |
public static IsStatementCompletionWindowActive ( ITextView textView ) : bool | ||
textView | ITextView | |
return | bool |