IVsSelectedSymbols.GetItemTypes(UInt32) Method

Definition

Gets the type of the symbols.

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

Parameters

pgrfTypes
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.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsSelectedSymbols::GetItemTypes(  
   [out] DWORD *pgrfTypes  
);  

Applies to