Méthode | Description | |
---|---|---|
BeginBatchChange ( ) : void | ||
Dispose ( ) : void | ||
EndBatchChange ( ) : void | ||
GetBoolean ( string name, bool defaultValue ) : bool | ||
GetInteger ( string name, int defaultValue ) : int | ||
GetString ( string name, string defaultValue ) : string | ||
LoadFromStorage ( ) : void | ||
OnRegisterMarkerType ( int markerType ) : void | ||
OnRegisterView ( IVsTextView view ) : void | ||
OnUnregisterView ( IVsTextView view ) : void | ||
OnUserPreferencesChanged4 ( VIEWPREFERENCES3 viewPrefs, LANGPREFERENCES3 langPrefs, FONTCOLORPREFERENCES2 colorPrefs ) : int | ||
ResetSettings ( ) : void |
Called when VS resets default settings through "Tools|Import/Export Settings"
|
|
SetBoolean ( string name, bool value ) : void | ||
SetInteger ( string name, int value ) : void | ||
SetString ( string name, string value ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
LanguageSettingsStorage ( System.Guid languageServiceId ) : System |
Méthode | Description | |
---|---|---|
FireSettingsChanged ( ) : void | ||
HookTextManagerEvents ( ) : void | ||
SetLangPrefs ( LANGPREFERENCES3 newPreferences ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetBoolean ( string name, bool defaultValue ) : bool | ||
name | string | |
defaultValue | bool | |
Résultat | bool |
public GetInteger ( string name, int defaultValue ) : int | ||
name | string | |
defaultValue | int | |
Résultat | int |
public GetString ( string name, string defaultValue ) : string | ||
name | string | |
defaultValue | string | |
Résultat | string |
protected LanguageSettingsStorage ( System.Guid languageServiceId ) : System | ||
languageServiceId | System.Guid | |
Résultat | System |
public OnRegisterMarkerType ( int markerType ) : void | ||
markerType | int | |
Résultat | void |
public OnRegisterView ( IVsTextView view ) : void | ||
view | IVsTextView | |
Résultat | void |
public OnUnregisterView ( IVsTextView view ) : void | ||
view | IVsTextView | |
Résultat | void |
public OnUserPreferencesChanged4 ( VIEWPREFERENCES3 viewPrefs, LANGPREFERENCES3 langPrefs, FONTCOLORPREFERENCES2 colorPrefs ) : int | ||
viewPrefs | VIEWPREFERENCES3 | |
langPrefs | LANGPREFERENCES3 | |
colorPrefs | FONTCOLORPREFERENCES2 | |
Résultat | int |
public SetBoolean ( string name, bool value ) : void | ||
name | string | |
value | bool | |
Résultat | void |
public SetInteger ( string name, int value ) : void | ||
name | string | |
value | int | |
Résultat | void |
public SetString ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |