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
pszTargetAttr
Type: System.StringDo not use.
pszTargetAttrValue
Type: System.StringDo not use.
pplist
Type: Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection%Do not use.
pfF1Kwd
Type: System.Int32%Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.