Udostępnij za pośrednictwem


Metoda IVsMonitorUserContext.FindTargetItems — (String, String, IVsUserContextItemCollection, Int32)

 

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 FindTargetItems(
    string pszTargetAttr,
    string pszTargetAttrValue,
    out IVsUserContextItemCollection pplist,
    out int pfF1Kwd
)
int FindTargetItems(
    String^ pszTargetAttr,
    String^ pszTargetAttrValue,
    [OutAttribute] IVsUserContextItemCollection^% pplist,
    [OutAttribute] int% pfF1Kwd
)
abstract FindTargetItems : 
        pszTargetAttr:string *
        pszTargetAttrValue:string *
        pplist:IVsUserContextItemCollection byref *
        pfF1Kwd:int byref -> int
Function FindTargetItems (
    pszTargetAttr As String,
    pszTargetAttrValue As String,
    <OutAttribute> ByRef pplist As IVsUserContextItemCollection,
    <OutAttribute> ByRef pfF1Kwd As Integer
) As Integer

Parametry

  • pszTargetAttr
    Nie należy używać.
  • pszTargetAttrValue
    Nie należy używać.
  • pplist
    Nie należy używać.
  • pfF1Kwd
    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