HierarchyNode.GetService Methode

Definition

Überlädt

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

Parameter

svc
Guid

Gibt zurück

Gilt für:

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

Parameter

svc
Type

Gibt zurück

Gilt für: