IDiscoveryResult::GetReferenceCount Method (Int32)

 

Returns the reference count for the XML Web service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetReferenceCount(
	[OutAttribute] int% pCount
)

Parameters

pCount
Type: System::Int32

[out] Pointer to a reference count object.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: