Compartilhar via


IVSMDTypeResolutionService.TypeResolutionService(Object) Method

Definition

Gets a pointer to the ITypeResolutionService interface.

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

Parameters

ppTrs
Object

[out] Pointer to the type resolution service interface to use when resolving types.

Returns

Returns S_OK if the method succeeds; otherwise, returns an error code.

Applies to