메소드 | 설명 | |
---|---|---|
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 |
public LanguagePreferences ( LanguagePackageBase package, LANGPREFERENCES preferences ) : Microsoft.VisualStudio | ||
package | LanguagePackageBase | |
preferences | LANGPREFERENCES | |
리턴 | Microsoft.VisualStudio |
public OnRegisterMarkerType ( int iMarkerType ) : int | ||
iMarkerType | int | |
리턴 | int |
public OnUnregisterView ( IVsTextView pView ) : int | ||
pView | IVsTextView | |
리턴 | int |
public OnUserPreferencesChanged2 ( VIEWPREFERENCES2 pViewPrefs, FRAMEPREFERENCES2 pFramePrefs, LANGPREFERENCES2 pLangPrefs, FONTCOLORPREFERENCES2 pColorPrefs ) : int | ||
pViewPrefs | VIEWPREFERENCES2 | |
pFramePrefs | FRAMEPREFERENCES2 | |
pLangPrefs | LANGPREFERENCES2 | |
pColorPrefs | FONTCOLORPREFERENCES2 | |
리턴 | int |