Connector.GetService(Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가능한 경우, 지정된 형식의 서비스 개체를 반환합니다.
protected:
virtual System::Object ^ GetService(Type ^ serviceType);
protected virtual object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Overridable Function GetService (serviceType As Type) As Object
매개 변수
반환
serviceType
형식의 서비스 개체이거나 Nothing
형식의 서비스 개체가 없는 경우 null 참조(Visual Basic의 경우 serviceType
)입니다.
설명
GetService는 ParentDesigner를 통해 사용 가능한 서비스 개체를 반환합니다.