VBPackageSettings.OptionExplicit Property
Gets or sets whether variables must be declared.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
Property OptionExplicit As pkgOptionExplicit
pkgOptionExplicit OptionExplicit { get; set; }
property pkgOptionExplicit OptionExplicit {
pkgOptionExplicit get ();
void set (pkgOptionExplicit value);
}
abstract OptionExplicit : pkgOptionExplicit with get, set
function get OptionExplicit () : pkgOptionExplicit
function set OptionExplicit (value : pkgOptionExplicit)
Property Value
Type: VSLangProj2.pkgOptionExplicit
Remarks
This property is supported only in Visual Basic projects.
.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.