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)
Syntax
'Declaration
Function GetNodeType ( _
<OutAttribute> pType As DiscoveryNodeType() _
) As Integer
int GetNodeType(
DiscoveryNodeType[] pType
)
int GetNodeType(
[OutAttribute] array<DiscoveryNodeType>^ pType
)
abstract GetNodeType :
pType:DiscoveryNodeType[] byref -> int
function GetNodeType(
pType : DiscoveryNodeType[]
) : int
Parameters
pType
Type: array<Microsoft.VisualStudio.Shell.Interop.DiscoveryNodeType[][out] Pointer to a DiscoveryNodeType enumeration value.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From discoveryservice.idl:
HRESULT IReferenceInfo::GetNodeType(
[out, retval] DiscoveryNodeType *pType
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.