C# Class ShaderTools.VisualStudio.Core.LanguagePreferences

Inheritance: IVsTextManagerEvents2
Show file Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
LanguagePreferences ( LanguagePackageBase package, LANGPREFERENCES preferences ) : Microsoft.VisualStudio
OnRegisterMarkerType ( int iMarkerType ) : int
OnRegisterView ( IVsTextView pView ) : int
OnReplaceAllInFilesBegin ( ) : int
OnReplaceAllInFilesEnd ( ) : int
OnUnregisterView ( IVsTextView pView ) : int
OnUserPreferencesChanged2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int

Method Details

LanguagePreferences() public method

public LanguagePreferences ( LanguagePackageBase package, LANGPREFERENCES preferences ) : Microsoft.VisualStudio
package LanguagePackageBase
preferences LANGPREFERENCES
return Microsoft.VisualStudio

OnRegisterMarkerType() public method

public OnRegisterMarkerType ( int iMarkerType ) : int
iMarkerType int
return int

OnRegisterView() public method

public OnRegisterView ( IVsTextView pView ) : int
pView IVsTextView
return int

OnReplaceAllInFilesBegin() public method

public OnReplaceAllInFilesBegin ( ) : int
return int

OnReplaceAllInFilesEnd() public method

public OnReplaceAllInFilesEnd ( ) : int
return int

OnUnregisterView() public method

public OnUnregisterView ( IVsTextView pView ) : int
pView IVsTextView
return int

OnUserPreferencesChanged2() public method

public OnUserPreferencesChanged2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES2
pFramePrefs FRAMEPREFERENCES2
pLangPrefs LANGPREFERENCES2
pColorPrefs FONTCOLORPREFERENCES2
return int