IVSMDTypeResolutionService.TypeResolutionService(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.