Partilhar via


Método IVsMonitorUserContext.GetNextCtxBag (String, String)

 

Publicado: abril de 2016

Informações do método não são fornecidas. Não use esse método.

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

Sintaxe

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

Parâmetros

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo