VisualBasicExtensions.OptionStrict(SemanticModel) 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 the Semantic Model OptionStrict property.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::CodeAnalysis::VisualBasic::OptionStrict OptionStrict(Microsoft::CodeAnalysis::SemanticModel ^ semanticModel);
public static Microsoft.CodeAnalysis.VisualBasic.OptionStrict OptionStrict (this Microsoft.CodeAnalysis.SemanticModel semanticModel);
static member OptionStrict : Microsoft.CodeAnalysis.SemanticModel -> Microsoft.CodeAnalysis.VisualBasic.OptionStrict
<Extension()>
Public Function OptionStrict (semanticModel As SemanticModel) As OptionStrict
Parameters
- semanticModel
- SemanticModel
A source Semantic model object.
Returns
The OptionStrict object for the semantic model instance OptionStrict property, otherwise Null if semantic model is Null.
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.