IVsMonitorSelection2.GetElementID Method

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

Syntax

'Declaration
Function GetElementID ( _
    ByRef rguidElement As Guid, _
    <OutAttribute> ByRef pElementId As UInteger _
) As Integer
int GetElementID(
    ref Guid rguidElement,
    out uint pElementId
)
int GetElementID(
    [InAttribute] Guid% rguidElement, 
    [OutAttribute] unsigned int% pElementId
)
abstract GetElementID : 
        rguidElement:Guid byref * 
        pElementId:uint32 byref -> int 
function GetElementID(
    rguidElement : Guid, 
    pElementId : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorSelection2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace