NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeCompiler.SupportsAdvancedSemantics

Gets or sets whether the compiler supports advanced semantics.

[Visual Basic]
ReadOnly Property SupportsAdvancedSemantics As Boolean
[C#]
bool SupportsAdvancedSemantics {get;}
[C++]
bool get_SupportsAdvancedSemantics() = 0;
[JScript]
abstract function get SupportsAdvancedSemantics() : Boolean;

Property Value

true if the compiler supports advanced semantics; otherwise, false.

See Also

ICodeCompiler Interface | ICodeCompiler Members | System.CodeDOM.Compiler Namespace