IVSMDTypeResolutionService.TypeResolutionService(Object) 方法

定义

获取一个指向接口的指针 ITypeResolutionService

public:
 int TypeResolutionService([Runtime::InteropServices::Out] System::Object ^ % ppTrs);
int TypeResolutionService([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppTrs);
public int TypeResolutionService (out object ppTrs);
abstract member TypeResolutionService : obj -> int
Public Function TypeResolutionService (ByRef ppTrs As Object) As Integer

参数

ppTrs
Object

弄一个指针,指向解析类型时要使用的类型解析服务接口。

返回

Int32

S_OK如果该方法成功,则返回; 否则返回错误代码。

适用于