Método IVsMonitorUserContext.GetNextCtxBagAttr (String, String)
Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
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 (
<OutAttribute> ByRef pbstrAttrName As String,
<OutAttribute> ByRef pbstrAttrVal As String
) As Integer
Parâmetros
- pbstrAttrName
Não use.
- pbstrAttrVal
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo