Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As IVsMonitorUserContext
Dim pszTargetAttr As String
Dim pszTargetAttrValue As String
Dim pplist As IVsUserContextItemCollection
Dim pfF1Kwd As Integer
Dim returnValue As Integer
returnValue = instance.FindTargetItems(pszTargetAttr, _
pszTargetAttrValue, pplist, pfF1Kwd)
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.String
Do not use.
- pszTargetAttrValue
Type: System.String
Do 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.