CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit) 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.
Outputs the code of the specified literal code fragment compile unit.
protected:
virtual void GenerateSnippetCompileUnit(System::CodeDom::CodeSnippetCompileUnit ^ e);
protected virtual void GenerateSnippetCompileUnit (System.CodeDom.CodeSnippetCompileUnit e);
abstract member GenerateSnippetCompileUnit : System.CodeDom.CodeSnippetCompileUnit -> unit
override this.GenerateSnippetCompileUnit : System.CodeDom.CodeSnippetCompileUnit -> unit
Protected Overridable Sub GenerateSnippetCompileUnit (e As CodeSnippetCompileUnit)
Parameters
The literal code fragment compile unit to generate code for.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.