IVsSelectedSymbols.GetItemTypes Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Function GetItemTypes ( _
    <OutAttribute> ByRef pgrfTypes As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsSelectedSymbols
Dim pgrfTypes As UInteger
Dim returnValue As Integer

returnValue = instance.GetItemTypes(pgrfTypes)
int GetItemTypes(
    out uint pgrfTypes
)
int GetItemTypes(
    [OutAttribute] unsigned int% pgrfTypes
)
abstract GetItemTypes : 
        pgrfTypes:uint32 byref -> int 
function GetItemTypes(
    pgrfTypes : uint
) : int

Parameters

Return Value

Type: System.Int32
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
);

.NET Framework Security

See Also

Reference

IVsSelectedSymbols Interface

IVsSelectedSymbols Members

Microsoft.VisualStudio.Shell.Interop Namespace