Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether implicit narrowing conversions are allowed.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
Property OptionStrict As pkgOptionStrict
'Usage
Dim instance As VBPackageSettings
Dim value As pkgOptionStrict
value = instance.OptionStrict
instance.OptionStrict = value
pkgOptionStrict OptionStrict { get; set; }
property pkgOptionStrict OptionStrict {
pkgOptionStrict get ();
void set (pkgOptionStrict value);
}
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.