VBPackageSettings.OptionExplicit 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 variables must be declared.
public:
property VSLangProj2::pkgOptionExplicit OptionExplicit { VSLangProj2::pkgOptionExplicit get(); void set(VSLangProj2::pkgOptionExplicit value); };
public:
property VSLangProj2::pkgOptionExplicit OptionExplicit { VSLangProj2::pkgOptionExplicit get(); void set(VSLangProj2::pkgOptionExplicit value); };
[System.Runtime.InteropServices.DispId(1)]
public VSLangProj2.pkgOptionExplicit OptionExplicit { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.OptionExplicit : VSLangProj2.pkgOptionExplicit with get, set
Public Property OptionExplicit As pkgOptionExplicit
Property Value
- Attributes
Remarks
This property is supported only in Visual Basic projects.