VBPackageSettings.OptionStrict Property

Gets or sets whether implicit narrowing conversions are allowed.

Namespace:  VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

Syntax

'Declaration
Property OptionStrict As pkgOptionStrict
pkgOptionStrict OptionStrict { get; set; }
property pkgOptionStrict OptionStrict {
    pkgOptionStrict get ();
    void set (pkgOptionStrict value);
}
abstract OptionStrict : pkgOptionStrict with get, set
function get OptionStrict () : pkgOptionStrict 
function set OptionStrict (value : pkgOptionStrict)

Property Value

Type: VSLangProj2.pkgOptionStrict

Remarks

This property is supported only in Visual Basic projects. For more information on data conversions, see Widening and Narrowing Conversions (Visual Basic).

.NET Framework Security

See Also

Reference

VBPackageSettings Interface

VSLangProj2 Namespace