IVsTextViewIntellisenseHost.GetServiceProvider(IServiceProvider) Метод

Определение

public:
 int GetServiceProvider([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IServiceProvider ^ % ppSP);
public:
 int GetServiceProvider([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IServiceProvider ^ &  ppSP);
int GetServiceProvider([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IServiceProvider const & & ppSP);
public int GetServiceProvider (out Microsoft.VisualStudio.OLE.Interop.IServiceProvider ppSP);
abstract member GetServiceProvider : IServiceProvider -> int
Public Function GetServiceProvider (ByRef ppSP As IServiceProvider) As Integer

Параметры

Возвращаемое значение

Int32

При успешном завершении метода возвращается значение NativeMethods.S_ОК. В противном случае функция возвращает код ошибки.

Реализации

Комментарии

Из синглефилидитор. IDL:

HRESULT IVsTextViewIntellisenseHost::GetServiceProvider([out]IServiceProvider **ppSP);  

Применяется к