C# Класс VsTeXProject.VisualStudio.Project.OleServiceProvider

Наследование: Microsoft.VisualStudio.OLE.Interop.IServiceProvider, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

The IDispose interface Dispose method for disposing the object determinastically.

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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

The method that does the cleanup.

Приватные методы

Метод Описание
AddService ( ServiceData data ) : void
AddService ( Type serviceType, ServiceCreatorCallback callback, bool shouldDisposeServiceInstance ) : void
AddService ( Type serviceType, object serviceInstance, bool shouldDisposeServiceInstance ) : void

Описание методов

Dispose() публичный Метод

The IDispose interface Dispose method for disposing the object determinastically.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

The method that does the cleanup.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

QueryService() публичный Метод

public QueryService ( System.Guid &guidService, System.Guid &riid, IntPtr &ppvObject ) : int
guidService System.Guid
riid System.Guid
ppvObject System.IntPtr
Результат int

RemoveService() публичный Метод

public RemoveService ( Type serviceType ) : void
serviceType System.Type
Результат void