C# Class Microsoft.VisualStudio.Shell.Mocks.VsExpansionSessionMock

Inheritance: IVsExpansionSession
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
EndCurrentExpansion ( int fLeaveCaret ) : int
GetDeclarationNode ( string bstrNode, global &pNode ) : int
GetEndSpan ( TextSpan pts ) : int
GetFieldSpan ( string bstrField, TextSpan ptsSpan ) : int
GetFieldValue ( string bstrFieldName, string &pbstrValue ) : int
GetHeaderNode ( string bstrNode, global &pNode ) : int
GetSnippetNode ( string bstrNode, global &pNode ) : int
GetSnippetSpan ( TextSpan pts ) : int
GoToNextExpansionField ( int fCommitIfLast ) : int
GoToPreviousExpansionField ( ) : int
SetEndSpan ( TextSpan ts ) : int
SetFieldDefault ( string bstrFieldName, string bstrNewValue ) : int

Method Details

EndCurrentExpansion() public méthode

public EndCurrentExpansion ( int fLeaveCaret ) : int
fLeaveCaret int
Résultat int

GetDeclarationNode() public méthode

public GetDeclarationNode ( string bstrNode, global &pNode ) : int
bstrNode string
pNode global
Résultat int

GetEndSpan() public méthode

public GetEndSpan ( TextSpan pts ) : int
pts TextSpan
Résultat int

GetFieldSpan() public méthode

public GetFieldSpan ( string bstrField, TextSpan ptsSpan ) : int
bstrField string
ptsSpan TextSpan
Résultat int

GetFieldValue() public méthode

public GetFieldValue ( string bstrFieldName, string &pbstrValue ) : int
bstrFieldName string
pbstrValue string
Résultat int

GetHeaderNode() public méthode

public GetHeaderNode ( string bstrNode, global &pNode ) : int
bstrNode string
pNode global
Résultat int

GetSnippetNode() public méthode

public GetSnippetNode ( string bstrNode, global &pNode ) : int
bstrNode string
pNode global
Résultat int

GetSnippetSpan() public méthode

public GetSnippetSpan ( TextSpan pts ) : int
pts TextSpan
Résultat int

GoToNextExpansionField() public méthode

public GoToNextExpansionField ( int fCommitIfLast ) : int
fCommitIfLast int
Résultat int

GoToPreviousExpansionField() public méthode

public GoToPreviousExpansionField ( ) : int
Résultat int

SetEndSpan() public méthode

public SetEndSpan ( TextSpan ts ) : int
ts TextSpan
Résultat int

SetFieldDefault() public méthode

public SetFieldDefault ( string bstrFieldName, string bstrNewValue ) : int
bstrFieldName string
bstrNewValue string
Résultat int