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.
public:
bool Supports(System::CodeDom::Compiler::GeneratorSupport supports);
public bool Supports (System.CodeDom.Compiler.GeneratorSupport supports);
abstract member Supports : System.CodeDom.Compiler.GeneratorSupport -> bool
Public Function Supports (supports As GeneratorSupport) As Boolean
Parameters
- supports
- GeneratorSupport
The capabilities to test the generator for.
Returns
true
if the specified capabilities are supported; otherwise, false
.
Remarks
This method can be called with a number of GeneratorSupport flags at once to test for a set of capabilities by joining a set of appropriate capability flags together with a binary "Or" operator (|).