Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
GetDataTipText ( TextSpan pSpan, string &pbstrText ) : int | ||
GetOrCreate ( IWpfTextView textView, IVsEditorAdaptersFactoryService adapterService, IVsDebugger debugger ) : |
||
GetPairExtents ( int iLine, int iIndex, TextSpan pSpan ) : int | ||
GetWordExtent ( int iLine, int iIndex, uint dwFlags, TextSpan pSpan ) : int | ||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
TryGet ( IWpfTextView textView ) : |
Method | Description | |
---|---|---|
DataTipTextViewFilter ( IWpfTextView textView, IVsEditorAdaptersFactoryService adapterService, IVsDebugger debugger ) : System | ||
LineAndColumnNumberToSnapshotPoint ( ITextSnapshot snapshot, int lineNumber, int columnNumber ) : SnapshotPoint | ||
SnapshotPointToLineAndColumnNumber ( SnapshotPoint snapshotPoint, int &lineNumber, int &columnNumber ) : void |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public GetDataTipText ( TextSpan pSpan, string &pbstrText ) : int | ||
pSpan | TextSpan | |
pbstrText | string | |
return | int |
public static GetOrCreate ( IWpfTextView textView, IVsEditorAdaptersFactoryService adapterService, IVsDebugger debugger ) : |
||
textView | IWpfTextView | |
adapterService | IVsEditorAdaptersFactoryService | |
debugger | IVsDebugger | |
return |
public GetPairExtents ( int iLine, int iIndex, TextSpan pSpan ) : int | ||
iLine | int | |
iIndex | int | |
pSpan | TextSpan | |
return | int |
public GetWordExtent ( int iLine, int iIndex, uint dwFlags, TextSpan pSpan ) : int | ||
iLine | int | |
iIndex | int | |
dwFlags | uint | |
pSpan | TextSpan | |
return | int |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |
public static TryGet ( IWpfTextView textView ) : |
||
textView | IWpfTextView | |
return |