C# Class Microsoft.VisualStudio.Project.OleServiceProvider

Inheritance: Microsoft.VisualStudio.OLE.Interop.IServiceProvider, IDisposable
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10

Méthodes publiques

Méthode Description
Dispose ( ) : void

The IDispose interface Dispose method for disposing the object deterministically.

OleServiceProvider ( ) : System
QueryService ( System.Guid &guidService, System.Guid &riid, IntPtr &ppvObject ) : int
RemoveService ( Type serviceType ) : void

Méthodes protégées

Méthode Description
AddService ( ServiceData data ) : void
Dispose ( bool disposing ) : void

The method that does the cleanup.

Private Methods

Méthode Description
AddService ( Type serviceType, object>.Func serviceFactory, bool shouldDisposeServiceInstance ) : void
AddService ( Type serviceType, object serviceInstance, bool shouldDisposeServiceInstance ) : void

Method Details

AddService() protected méthode

protected AddService ( ServiceData data ) : void
data ServiceData
Résultat void

Dispose() public méthode

The IDispose interface Dispose method for disposing the object deterministically.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

The method that does the cleanup.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OleServiceProvider() public méthode

public OleServiceProvider ( ) : System
Résultat System

QueryService() public méthode

public QueryService ( System.Guid &guidService, System.Guid &riid, IntPtr &ppvObject ) : int
guidService System.Guid
riid System.Guid
ppvObject System.IntPtr
Résultat int

RemoveService() public méthode

public RemoveService ( Type serviceType ) : void
serviceType System.Type
Résultat void