IVsMonitorUserContext.FindTargetItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method information is not provided. Do not use this method.
public:
int FindTargetItems(System::String ^ pszTargetAttr, System::String ^ pszTargetAttrValue, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ % pplist, [Runtime::InteropServices::Out] int % pfF1Kwd);
int FindTargetItems(std::wstring const & pszTargetAttr, std::wstring const & pszTargetAttrValue, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection const & & pplist, [Runtime::InteropServices::Out] int & pfF1Kwd);
public int FindTargetItems (string pszTargetAttr, string pszTargetAttrValue, out Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection pplist, out int pfF1Kwd);
abstract member FindTargetItems : string * string * IVsUserContextItemCollection * int -> int
Public Function FindTargetItems (pszTargetAttr As String, pszTargetAttrValue As String, ByRef pplist As IVsUserContextItemCollection, ByRef pfF1Kwd As Integer) As Integer
Parameters
- pszTargetAttr
- String
Do not use.
- pszTargetAttrValue
- String
Do not use.
- pplist
- IVsUserContextItemCollection
Do not use.
- pfF1Kwd
- Int32
Do not use.