Share via


VBPackageSettings.OptionStrict Property

Definition

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.

Applies to