Metoda IVsMonitorUserContext.GetNextCtxBag — (String, String)
Nie podano informacji o metodzie.Nie należy używać tej metody.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
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
Nie należy używać.
- pbstrAttrVal
Nie należy używać.
Wartość zwracana
Type: System.Int32
Zobacz też
Interfejs IVsMonitorUserContext
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku