IVsSetupPackageInfo.GetKeywords(UInt32, String[], UInt32) Method

Definition

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 GetKeywords(System::UInt32 cbstr, cli::array <System::String ^> ^ bstrKeyword, [Runtime::InteropServices::Out] System::UInt32 % pcActual);
public void GetKeywords (uint cbstr, string[] bstrKeyword, out uint pcActual);
abstract member GetKeywords : uint32 * string[] * uint32 -> unit
Public Sub GetKeywords (cbstr As UInteger, bstrKeyword As String(), ByRef pcActual As UInteger)

Parameters

cbstr
UInt32
bstrKeyword
String[]
pcActual
UInt32

Applies to