IVsMonitorUserContext.GetNextCtxBag 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

'宣言
Function GetNextCtxBag ( _
    <OutAttribute> ByRef pbstrAttrName As String, _
    <OutAttribute> ByRef pbstrAttrVal As String _
) As Integer
'使用
Dim instance As IVsMonitorUserContext
Dim pbstrAttrName As String
Dim pbstrAttrVal As String
Dim returnValue As Integer

returnValue = instance.GetNextCtxBag(pbstrAttrName, _
    pbstrAttrVal)
int GetNextCtxBag(
    out string pbstrAttrName,
    out string pbstrAttrVal
)
int GetNextCtxBag(
    [OutAttribute] String^% pbstrAttrName, 
    [OutAttribute] String^% pbstrAttrVal
)
function GetNextCtxBag(
    pbstrAttrName : String, 
    pbstrAttrVal : String
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsMonitorUserContext Interface

IVsMonitorUserContext Members

Microsoft.VisualStudio.Shell.Interop Namespace