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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.