Share via


HierarchyNode.GetService Méthode

Définition

Surcharges

GetService(Guid)
GetService(Type)

GetService(Guid)

protected:
 virtual System::Object ^ GetService(Guid svc);
protected virtual object GetService (Guid svc);
abstract member GetService : Guid -> obj
override this.GetService : Guid -> obj
Protected Overridable Function GetService (svc As Guid) As Object

Paramètres

svc
Guid

Retours

S’applique à

GetService(Type)

protected:
 virtual System::Object ^ GetService(Type ^ svc);
protected virtual object GetService (Type svc);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Overridable Function GetService (svc As Type) As Object

Paramètres

svc
Type

Retours

S’applique à