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
- itemid
Type: System.UInt32
- pValue
Type: System.Object%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.