Udostępnij za pośrednictwem


Metoda IVsMonitorUserContext.GetNextCtxBagAttr — (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 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

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