ShellWindowPaneUserControl.GetService 方法

定義

多載

名稱 Description
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

傳回

適用於