Compartilhar via


IVsProjectClassifierInfo.GetMatcherData 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 GetMatcherData(System::UInt32 cbstr, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsMatcherDataInfo ^> ^ bstrMatcherData, [Runtime::InteropServices::Out] System::UInt32 % pcActual);
public void GetMatcherData (uint cbstr, Microsoft.VisualStudio.Shell.Interop.IVsMatcherDataInfo[] bstrMatcherData, out uint pcActual);
abstract member GetMatcherData : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsMatcherDataInfo[] * uint32 -> unit
Public Sub GetMatcherData (cbstr As UInteger, bstrMatcherData As IVsMatcherDataInfo(), ByRef pcActual As UInteger)

Parameters

cbstr
UInt32
bstrMatcherData
IVsMatcherDataInfo[]
pcActual
UInt32

Applies to