C# Class MadsKristensen.TextGenerator.ProjectHelpers

Show file Open project: madskristensen/TextGenerator

Public Methods

Method Description
GetComponentModel ( ) : IComponentModel
GetCurentTextView ( ) : IWpfTextView

Gets the TextView for the active document.

GetCurrentNativeTextView ( ) : IVsTextView

Method Details

GetComponentModel() public static method

public static GetComponentModel ( ) : IComponentModel
return IComponentModel

GetCurentTextView() public static method

Gets the TextView for the active document.
public static GetCurentTextView ( ) : IWpfTextView
return IWpfTextView

GetCurrentNativeTextView() public static method

public static GetCurrentNativeTextView ( ) : IVsTextView
return IVsTextView