IReferenceInfo.GetNodeType Method (DiscoveryNodeType[])

 

Returns the type of node, the kind of information, for the discovery result.

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

int GetNodeType(
	DiscoveryNodeType[] pType
)

Parameters

pType
Type: Microsoft.VisualStudio.Shell.Interop.DiscoveryNodeType[]

[out] Pointer to a DiscoveryNodeType enumeration value.

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 IReferenceInfo::GetNodeType(
   [out, retval] DiscoveryNodeType *pType
);
Return to top
Show: