Método IVsMonitorUserContext.FindTargetItems (String, String, IVsUserContextItemCollection, Int32)
Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
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
Parâmetros
- pszTargetAttr
Não use.
- pszTargetAttrValue
Não use.
- pplist
Não use.
- pfF1Kwd
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo