IVsTemplateInfo.GetPackagesSelectedData 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.
Return the list of subcategories for the tasks you provide. The task itself will return an index into this list when asked for a subcategory. If cbstr is passed in as zero and rgbstr as NULL, then the provider should set *pcActual to the actual number of BSTRs that need to be returned.
public:
void GetPackagesSelectedData(System::UInt32 cbstr, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsPackageSelectedInfo ^> ^ bstrPackageSelectedData, [Runtime::InteropServices::Out] System::UInt32 % pcActual);
public void GetPackagesSelectedData (uint cbstr, Microsoft.VisualStudio.Shell.Interop.IVsPackageSelectedInfo[] bstrPackageSelectedData, out uint pcActual);
abstract member GetPackagesSelectedData : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsPackageSelectedInfo[] * uint32 -> unit
Public Sub GetPackagesSelectedData (cbstr As UInteger, bstrPackageSelectedData As IVsPackageSelectedInfo(), ByRef pcActual As UInteger)
Parameters
- cbstr
- UInt32
- bstrPackageSelectedData
- IVsPackageSelectedInfo[]
- pcActual
- UInt32