C# Class ShaderTools.VisualStudio.Core.LanguagePreferences

Inheritance: IVsTextManagerEvents2
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public LanguagePreferences ( LanguagePackageBase package, LANGPREFERENCES preferences ) : Microsoft.VisualStudio
package LanguagePackageBase
preferences LANGPREFERENCES
Résultat Microsoft.VisualStudio

OnRegisterMarkerType() public méthode

public OnRegisterMarkerType ( int iMarkerType ) : int
iMarkerType int
Résultat int

OnRegisterView() public méthode

public OnRegisterView ( IVsTextView pView ) : int
pView IVsTextView
Résultat int

OnReplaceAllInFilesBegin() public méthode

public OnReplaceAllInFilesBegin ( ) : int
Résultat int

OnReplaceAllInFilesEnd() public méthode

public OnReplaceAllInFilesEnd ( ) : int
Résultat int

OnUnregisterView() public méthode

public OnUnregisterView ( IVsTextView pView ) : int
pView IVsTextView
Résultat int

OnUserPreferencesChanged2() public méthode

public OnUserPreferencesChanged2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int
pViewPrefs VIEWPREFERENCES2
pFramePrefs FRAMEPREFERENCES2
pLangPrefs LANGPREFERENCES2
pColorPrefs FONTCOLORPREFERENCES2
Résultat int