IVsNavInfoNode.get_Type(UInt32) Method

Definition

Gets the type of the node.

public:
 int get_Type([Runtime::InteropServices::Out] System::UInt32 % pllt);
public int get_Type (out uint pllt);
abstract member get_Type : uint32 -> int
Public Function get_Type (ByRef pllt As UInteger) As Integer

Parameters

pllt
UInt32

[out] One of the _LIB_LISTTYPE2 values.

Returns

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

Applies to