C# Class NuGet.VisualStudio.VsPackageSourceProvider

Inheritance: IVsPackageSourceProvider
Afficher le fichier Open project: themotleyfool/NuGet Class Usage Examples

Private Properties

Свойство Type Description
DeserializeActivePackageSource PackageSource
EnsureInitialized void
InitializeActivePackageSource void
IsAggregateSource bool
IsAggregateSource bool
IsOfficialPackageSource bool
PersistActivePackageSource void
PersistPackageSources void
VsPackageSourceProvider System
VsPackageSourceProvider System

Méthodes publiques

Méthode Description
DisablePackageSource ( PackageSource source ) : void
IsPackageSourceEnabled ( PackageSource source ) : bool
LoadPackageSources ( ) : IEnumerable
SavePackageSources ( IEnumerable sources ) : void

Private Methods

Méthode Description
DeserializeActivePackageSource ( ISettings settings, IVsShellInfo vsShellInfo ) : PackageSource
EnsureInitialized ( ) : void
InitializeActivePackageSource ( ) : void
IsAggregateSource ( PackageSource packageSource ) : bool
IsAggregateSource ( string name, string source ) : bool
IsOfficialPackageSource ( PackageSource packageSource ) : bool
PersistActivePackageSource ( ISettings settings, IVsShellInfo vsShellInfo, PackageSource activePackageSource ) : void
PersistPackageSources ( IPackageSourceProvider packageSourceProvider, IVsShellInfo vsShellInfo, List packageSources ) : void
VsPackageSourceProvider ( ISettings settings, IPackageSourceProvider packageSourceProvider, IVsShellInfo vsShellInfo ) : System
VsPackageSourceProvider ( ISettings settings, IVsShellInfo vsShellInfo ) : System

Method Details

DisablePackageSource() public méthode

public DisablePackageSource ( PackageSource source ) : void
source PackageSource
Résultat void

IsPackageSourceEnabled() public méthode

public IsPackageSourceEnabled ( PackageSource source ) : bool
source PackageSource
Résultat bool

LoadPackageSources() public méthode

public LoadPackageSources ( ) : IEnumerable
Résultat IEnumerable

SavePackageSources() public méthode

public SavePackageSources ( IEnumerable sources ) : void
sources IEnumerable
Résultat void