IVsMonitorUserContext.FindTargetItems – metoda (String, String, IVsUserContextItemCollection, Int32)
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 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
Nepoužívejte.
- pszTargetAttrValue
Nepoužívejte.
- pplist
Nepoužívejte.
- pfF1Kwd
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsMonitorUserContext – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek