This topic has not yet been rated - Rate this topic

IReferenceInfo.GetNodeType Method

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 (
	[OutAttribute] DiscoveryNodeType[] pType
)
int GetNodeType (
	/** @attribute OutAttribute() */ DiscoveryNodeType[] pType
)
function GetNodeType (
	pType : DiscoveryNodeType[]
) : int

Parameters

pType

[out] Pointer to a DiscoveryNodeType enumeration value.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

COM Signature

From discoveryservice.idl:

HRESULT IReferenceInfo::GetNodeType(
   [out, retval] DiscoveryNodeType *pType
);
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.