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
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.