CodeGenerator.ICodeGenerator.Supports(GeneratorSupport) 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.
Gets a value indicating whether the generator provides support for the language features represented by the specified GeneratorSupport object.
virtual bool System.CodeDom.Compiler.ICodeGenerator.Supports(System::CodeDom::Compiler::GeneratorSupport support) = System::CodeDom::Compiler::ICodeGenerator::Supports;
bool ICodeGenerator.Supports (System.CodeDom.Compiler.GeneratorSupport support);
abstract member System.CodeDom.Compiler.ICodeGenerator.Supports : System.CodeDom.Compiler.GeneratorSupport -> bool
override this.System.CodeDom.Compiler.ICodeGenerator.Supports : System.CodeDom.Compiler.GeneratorSupport -> bool
Function Supports (support As GeneratorSupport) As Boolean Implements ICodeGenerator.Supports
Parameters
- support
- GeneratorSupport
The capabilities to test the generator for.
Returns
true
if the specified capabilities are supported; otherwise, false
.
Implements
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.