Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As IVsMonitorUserContext
Dim pbstrAttrName As String
Dim pbstrAttrVal As String
Dim returnValue As Integer
returnValue = instance.GetNextCtxBagAttr(pbstrAttrName, _
pbstrAttrVal)
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
- pbstrAttrName
Type: System.String%
Do not use.
- pbstrAttrVal
Type: System.String%
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.