IVsMonitorUserContext.GetNextCtxBag – metoda (String, String)
Informace o metodě není k dispozici.Nepoužívejte tuto metodu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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
Parametry
- pbstrAttrName
Nepoužívejte.
- pbstrAttrVal
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsMonitorUserContext – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek