IVsMonitorUserContext.GetNextCtxBagAttr Method

Method information is not provided. Do not use this method.

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

Syntax

'Declaration
Function GetNextCtxBagAttr ( _
    <OutAttribute> ByRef pbstrAttrName As String, _
    <OutAttribute> ByRef pbstrAttrVal As String _
) As Integer
int GetNextCtxBagAttr(
    out string pbstrAttrName,
    out string pbstrAttrVal
)
int GetNextCtxBagAttr(
    [OutAttribute] String^% pbstrAttrName, 
    [OutAttribute] String^% pbstrAttrVal
)
abstract GetNextCtxBagAttr : 
        pbstrAttrName:string byref * 
        pbstrAttrVal:string byref -> int 
function GetNextCtxBagAttr(
    pbstrAttrName : String, 
    pbstrAttrVal : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace