IReferenceInfo::GetNodeType Method (array<DiscoveryNodeType>^)
Visual Studio 2015
Returns the type of node, the kind of information, for the discovery result.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pType
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::DiscoveryNodeType>^
[out] Pointer to a DiscoveryNodeType enumeration value.
Return Value
Type: System::Int32If 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 );
Show: