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