IVsItemTypeResolutionService.SetSite(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.
Sets the site for the type resolution service.
public:
int SetSite(System::Object ^ punkVsItemTypeResolutionSite);
public:
int SetSite(Platform::Object ^ punkVsItemTypeResolutionSite);
int SetSite(winrt::Windows::Foundation::IInspectable const & punkVsItemTypeResolutionSite);
public int SetSite (object punkVsItemTypeResolutionSite);
abstract member SetSite : obj -> int
Public Function SetSite (punkVsItemTypeResolutionSite As Object) As Integer
Parameters
- punkVsItemTypeResolutionSite
- Object
[in] Pointer to an IVsItemTypeResolutionSite interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.