C# Class Microsoft.VisualStudio.R.Package.Test.Mocks.ActiveTextViewTrackerMock

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

Méthodes publiques

Méthode Description
ActiveTextViewTrackerMock ( string content, string contentTypeName ) : System
GetLastActiveTextView ( IContentType contentType ) : IWpfTextView
GetLastActiveTextView ( string contentType ) : IWpfTextView

Method Details

ActiveTextViewTrackerMock() public méthode

public ActiveTextViewTrackerMock ( string content, string contentTypeName ) : System
content string
contentTypeName string
Résultat System

GetLastActiveTextView() public méthode

public GetLastActiveTextView ( IContentType contentType ) : IWpfTextView
contentType IContentType
Résultat IWpfTextView

GetLastActiveTextView() public méthode

public GetLastActiveTextView ( string contentType ) : IWpfTextView
contentType string
Résultat IWpfTextView