VBPackageSettings2 Interface

Represents the setting for Option Infer. Applies to Visual Basic only.

Namespace:  VslangProj90
Assembly:  VslangProj90 (in VslangProj90.dll)

Syntax

'Declaration
<GuidAttribute("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")> _
Public Interface VBPackageSettings2
[GuidAttribute("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")]
public interface VBPackageSettings2
[GuidAttribute(L"471F93FA-0D7A-44FE-AC48-190CBB8B84C7")]
public interface class VBPackageSettings2
[<GuidAttribute("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")>]
type VBPackageSettings2 =  interface end
public interface VBPackageSettings2

Remarks

Option Infer controls whether Type Inferencing is allowed in the Visual Basic project.

See Also

Reference

VslangProj90 Namespace