IDiscoveryResult::GetReferenceCount Method (Int32)
Visual Studio 2015
Returns the reference count for the XML Web service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pCount
-
Type:
System::Int32
[out] Pointer to a reference count object.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From discoveryservice.idl:
HRESULT IDiscoveryResult::GetReferenceCount(
[out, retval] int *pCount
);
Show: