ShellWindowPaneUserControl.GetService 메서드

정의

오버로드

GetService(Type)
GetService(Guid)

GetService(Type)

protected:
 System::Object ^ GetService(Type ^ svcClass);
protected object GetService (Type svcClass);
override this.GetService : Type -> obj
Protected Function GetService (svcClass As Type) As Object

매개 변수

svcClass
Type

반환

적용 대상

GetService(Guid)

protected:
 System::Object ^ GetService(Guid svcGuid);
protected object GetService (Guid svcGuid);
override this.GetService : Guid -> obj
Protected Function GetService (svcGuid As Guid) As Object

매개 변수

svcGuid
Guid

반환

적용 대상