VBPackageSettings::OptionStrict Property
Visual Studio 2015
Gets or sets whether implicit narrowing conversions are allowed.
Assembly: VSLangProj2 (in VSLangProj2.dll)
property pkgOptionStrict OptionStrict { pkgOptionStrict get(); void set(pkgOptionStrict value); }
Property Value
Type: VSLangProj2::pkgOptionStrictThis property is supported only in Visual Basic projects. For more information on data conversions, see Widening and Narrowing Conversions (Visual Basic).
Show: