HierarchyNode.GetService Método

Definición

Sobrecargas

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

Parámetros

svc
Guid

Devoluciones

Se aplica a

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

Parámetros

svc
Type

Devoluciones

Se aplica a