IVsSelectedSymbols.GetItemTypes(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 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
);