IVsDataHostService 인터페이스

정의

DDEX 호스트 서비스를 나타냅니다.

public interface class IVsDataHostService
[System.Runtime.InteropServices.Guid("42B51AD0-12B8-409f-BB67-1A381CCAD02E")]
public interface IVsDataHostService
[<System.Runtime.InteropServices.Guid("42B51AD0-12B8-409f-BB67-1A381CCAD02E")>]
type IVsDataHostService = interface
Public Interface IVsDataHostService
특성

속성

UIThread

Visual Studio 프로세스에서 실행되는 기본(UI) 스레드를 가져옵니다.

메서드

BeginInvokeOnUIThread(Delegate, Object[])

Visual Studio 프로세스에서 실행되는 기본(UI) 스레드에서 지정된 메서드를 지정된 인수 목록과 함께 비동기적으로 실행합니다.

GetService<T>()

지정된 형식의 전역 Visual Studio 서비스를 가져옵니다.

GetService<T>(Guid)

지정된 인터페이스를 구현하는 지정된 클래스 ID로 등록된 전역 Visual Studio 서비스를 가져옵니다.

GetService<TService,TInterface>()

지정된 인터페이스를 구현하는 지정된 형식의 전역 Visual Studio 서비스를 가져옵니다.

InvokeOnUIThread(Delegate, Object[])

Visual Studio 프로세스에서 실행되는 기본 스레드에서 지정된 메서드를 지정된 인수 목록과 함께 동기적으로 실행합니다.

TryGetService<T>()

지정된 형식의 전역 Visual Studio 서비스를 가져옵니다.

TryGetService<T>(Guid)

지정된 인터페이스를 구현하는 지정된 클래스 ID로 등록된 전역 Visual Studio 서비스를 가져오려고 시도합니다.

TryGetService<TService,TInterface>()

지정된 인터페이스를 구현하는 지정된 형식의 전역 Visual Studio 서비스를 가져옵니다.

적용 대상