Share via


IVsMonitorUserContext.FindTargetItems Method

Method information is not provided. Do not use this method.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function FindTargetItems ( _
    pszTargetAttr As String, _
    pszTargetAttrValue As String, _
    <OutAttribute> ByRef pplist As IVsUserContextItemCollection, _
    <OutAttribute> ByRef pfF1Kwd As Integer _
) As Integer
int FindTargetItems(
    string pszTargetAttr,
    string pszTargetAttrValue,
    out IVsUserContextItemCollection pplist,
    out int pfF1Kwd
)
int FindTargetItems(
    [InAttribute] String^ pszTargetAttr, 
    [InAttribute] String^ pszTargetAttrValue, 
    [OutAttribute] IVsUserContextItemCollection^% pplist, 
    [OutAttribute] int% pfF1Kwd
)
abstract FindTargetItems : 
        pszTargetAttr:string * 
        pszTargetAttrValue:string * 
        pplist:IVsUserContextItemCollection byref * 
        pfF1Kwd:int byref -> int
function FindTargetItems(
    pszTargetAttr : String, 
    pszTargetAttrValue : String, 
    pplist : IVsUserContextItemCollection, 
    pfF1Kwd : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace