다음을 통해 공유


IXamlServiceProvider.GetService(TypeName) 메서드

정의

지정된 형식의 서비스 개체를 가져옵니다.

public:
 Platform::Object ^ GetService(TypeName type);
IInspectable GetService(TypeName const& type);
public object GetService(System.Type type);
function getService(type)
Public Function GetService (type As Type) As Object

매개 변수

type
TypeName Type

가져올 서비스 개체의 형식입니다.

반환

Object

Platform::Object

IInspectable

지정된 형식의 서비스 개체이거나, 해당 형식의 서비스 개체가 없는 경우 null입니다.

적용 대상