HierarchyNode.GetService Method

Definition

Overloads

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

Parameters

svc
Guid

Returns

Applies to

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

Parameters

svc
Type

Returns

Applies to