C# Class NuGet.VisualStudio.VsSettings

Inheritance: ISettings
显示文件 Open project: xero-github/Nuget

Public Properties

Property Type Description
SourceControlSupportKey string

Private Properties

Property Type Description
VsSettings System

Public Methods

Method Description
DeleteSection ( string section ) : bool
DeleteValue ( string section, string key ) : bool
GetNestedValues ( string section, string key ) : string>>.IList
GetValue ( string section, string key ) : string
GetValues ( string section ) : string>>.IList
SetNestedValues ( string section, string key, string>.IList values ) : void
SetValue ( string section, string key, string value ) : void
SetValues ( string section, string>.IList values ) : void
VsSettings ( ISolutionManager solutionManager, ISettings defaultSettings, IFileSystemProvider fileSystemProvider ) : System

Private Methods

Method Description
VsSettings ( ISolutionManager solutionManager ) : System

Method Details

DeleteSection() public method

public DeleteSection ( string section ) : bool
section string
return bool

DeleteValue() public method

public DeleteValue ( string section, string key ) : bool
section string
key string
return bool

GetNestedValues() public method

public GetNestedValues ( string section, string key ) : string>>.IList
section string
key string
return string>>.IList

GetValue() public method

public GetValue ( string section, string key ) : string
section string
key string
return string

GetValues() public method

public GetValues ( string section ) : string>>.IList
section string
return string>>.IList

SetNestedValues() public method

public SetNestedValues ( string section, string key, string>.IList values ) : void
section string
key string
values string>.IList
return void

SetValue() public method

public SetValue ( string section, string key, string value ) : void
section string
key string
value string
return void

SetValues() public method

public SetValues ( string section, string>.IList values ) : void
section string
values string>.IList
return void

VsSettings() public method

public VsSettings ( ISolutionManager solutionManager, ISettings defaultSettings, IFileSystemProvider fileSystemProvider ) : System
solutionManager ISolutionManager
defaultSettings ISettings
fileSystemProvider IFileSystemProvider
return System

Property Details

SourceControlSupportKey public_oe static_oe property

public static string SourceControlSupportKey
return string