Method | Description | |
---|---|---|
EndExpansion ( ) : int | ||
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
FormatSpan ( IVsTextLines pBuffer, TextSpan ts ) : int | ||
GetExpansionFunction ( MSXML xmlFunctionNode, string bstrFieldName, IVsExpansionFunction &pFunc ) : int | ||
IsValidKind ( IVsTextLines pBuffer, TextSpan ts, string bstrKind, int &pfIsValidKind ) : int | ||
IsValidType ( IVsTextLines pBuffer, TextSpan ts, string rgTypes, int iCountTypes, int &pfIsValidType ) : int | ||
OnAfterInsertion ( IVsExpansionSession pSession ) : int | ||
OnBeforeInsertion ( IVsExpansionSession pSession ) : int | ||
OnItemChosen ( string pszTitle, string pszPath ) : int | ||
PositionCaretForEditing ( IVsTextLines pBuffer, TextSpan ts ) : int | ||
QueryStatus ( Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int |
Method | Description | |
---|---|---|
InsertCodeExpansion ( VsExpansion expansion ) : void | ||
InsertCodeExpansion ( VsExpansion expansion, int startLine, int startColumn, int endLine, int endColumn ) : void | ||
IsCommitKey ( char key ) : bool | ||
IsTriggerKey ( char key ) : bool | ||
OnActiveSessionCommited ( object sender, System e ) : void | ||
OnActiveSessionDismissed ( object sender, System e ) : void | ||
ShowCompletion ( ) : void | ||
SpringCompletionController ( System serviceProvider, IVsTextView vsTextView, ITextView textView, ICompletionBroker completionBroker, ITextStructureNavigatorSelectorService textStructureNavigatorSelectorService ) : System |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public FormatSpan ( IVsTextLines pBuffer, TextSpan ts ) : int | ||
pBuffer | IVsTextLines | |
ts | TextSpan | |
return | int |
public GetExpansionFunction ( MSXML xmlFunctionNode, string bstrFieldName, IVsExpansionFunction &pFunc ) : int | ||
xmlFunctionNode | MSXML | |
bstrFieldName | string | |
pFunc | IVsExpansionFunction | |
return | int |
public IsValidKind ( IVsTextLines pBuffer, TextSpan ts, string bstrKind, int &pfIsValidKind ) : int | ||
pBuffer | IVsTextLines | |
ts | TextSpan | |
bstrKind | string | |
pfIsValidKind | int | |
return | int |
public IsValidType ( IVsTextLines pBuffer, TextSpan ts, string rgTypes, int iCountTypes, int &pfIsValidType ) : int | ||
pBuffer | IVsTextLines | |
ts | TextSpan | |
rgTypes | string | |
iCountTypes | int | |
pfIsValidType | int | |
return | int |
public OnAfterInsertion ( IVsExpansionSession pSession ) : int | ||
pSession | IVsExpansionSession | |
return | int |
public OnBeforeInsertion ( IVsExpansionSession pSession ) : int | ||
pSession | IVsExpansionSession | |
return | int |
public OnItemChosen ( string pszTitle, string pszPath ) : int | ||
pszTitle | string | |
pszPath | string | |
return | int |
public PositionCaretForEditing ( IVsTextLines pBuffer, TextSpan ts ) : int | ||
pBuffer | IVsTextLines | |
ts | TextSpan | |
return | int |
public QueryStatus ( Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int | ||
pguidCmdGroup | Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | IntPtr | |
return | int |