HierarchyNode.GetService 메서드

정의

오버로드

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

매개 변수

svc
Guid

반환

적용 대상

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

매개 변수

svc
Type

반환

적용 대상