C# 클래스 ShaderTools.VisualStudio.Core.LanguagePreferences

상속: IVsTextManagerEvents2
파일 보기 프로젝트 열기: tgjones/HlslTools 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

LanguagePreferences() 공개 메소드

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

OnRegisterMarkerType() 공개 메소드

public OnRegisterMarkerType ( int iMarkerType ) : int
iMarkerType int
리턴 int

OnRegisterView() 공개 메소드

public OnRegisterView ( IVsTextView pView ) : int
pView IVsTextView
리턴 int

OnReplaceAllInFilesBegin() 공개 메소드

public OnReplaceAllInFilesBegin ( ) : int
리턴 int

OnReplaceAllInFilesEnd() 공개 메소드

public OnReplaceAllInFilesEnd ( ) : int
리턴 int

OnUnregisterView() 공개 메소드

public OnUnregisterView ( IVsTextView pView ) : int
pView IVsTextView
리턴 int

OnUserPreferencesChanged2() 공개 메소드

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