BaseCodeGenerator.IVsSingleFileGenerator.DefaultExtension(String) 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.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSingleFileGenerator.DefaultExtension([Runtime::InteropServices::Out] System::String ^ % pbstrDefaultExtension) = Microsoft::VisualStudio::Shell::Interop::IVsSingleFileGenerator::DefaultExtension;
int IVsSingleFileGenerator.DefaultExtension (out string pbstrDefaultExtension);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSingleFileGenerator.DefaultExtension : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSingleFileGenerator.DefaultExtension : string -> int
Function DefaultExtension (ByRef pbstrDefaultExtension As String) As Integer Implements IVsSingleFileGenerator.DefaultExtension
Parameters
- pbstrDefaultExtension
- String