次の方法で共有


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

戻り値

適用対象