CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement) 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 statement.
protected:
virtual void GenerateSnippetStatement(System::CodeDom::CodeSnippetStatement ^ e);
protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e);
abstract member GenerateSnippetStatement : System.CodeDom.CodeSnippetStatement -> unit
override this.GenerateSnippetStatement : System.CodeDom.CodeSnippetStatement -> unit
Protected Overridable Sub GenerateSnippetStatement (e As CodeSnippetStatement)
Parameters
The statement to generate code for.
Applies to
See also
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.