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。

适用于