IVsNavInfoNode.get_Type(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.