VBPackageSettings.OptionStrict Property
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 or sets whether implicit narrowing conversions are allowed.
public:
property VSLangProj2::pkgOptionStrict OptionStrict { VSLangProj2::pkgOptionStrict get(); void set(VSLangProj2::pkgOptionStrict value); };
public:
property VSLangProj2::pkgOptionStrict OptionStrict { VSLangProj2::pkgOptionStrict get(); void set(VSLangProj2::pkgOptionStrict value); };
[System.Runtime.InteropServices.DispId(3)]
public VSLangProj2.pkgOptionStrict OptionStrict { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.OptionStrict : VSLangProj2.pkgOptionStrict with get, set
Public Property OptionStrict As pkgOptionStrict
Property Value
- Attributes
Remarks
This property is supported only in Visual Basic projects. For more information on data conversions, see Widening and Narrowing Conversions.