IVsDropDownItemData.GetValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Function GetValue ( _
    itemid As UInteger, _
    <OutAttribute> ByRef pValue As Object _
) As Integer
'Usage
Dim instance As IVsDropDownItemData
Dim itemid As UInteger
Dim pValue As Object
Dim returnValue As Integer

returnValue = instance.GetValue(itemid, _
    pValue)
int GetValue(
    uint itemid,
    out Object pValue
)
int GetValue(
    [InAttribute] unsigned int itemid, 
    [OutAttribute] Object^% pValue
)
abstract GetValue : 
        itemid:uint32 * 
        pValue:Object byref -> int 
function GetValue(
    itemid : uint, 
    pValue : Object
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsDropDownItemData Interface

IVsDropDownItemData Members

Microsoft.VisualStudio.Shell.Interop Namespace