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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา