CodeGenerator.OutputIdentifier(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.
Outputs the specified identifier.
protected:
virtual void OutputIdentifier(System::String ^ ident);
protected virtual void OutputIdentifier (string ident);
abstract member OutputIdentifier : string -> unit
override this.OutputIdentifier : string -> unit
Protected Overridable Sub OutputIdentifier (ident As String)
Parameters
- ident
- String
The identifier to output.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.