VBPackageSettings2 Interface

Definition

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

public interface class VBPackageSettings2
public interface class VBPackageSettings2
__interface VBPackageSettings2
[System.Runtime.InteropServices.Guid("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VBPackageSettings2
[System.Runtime.InteropServices.Guid("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")]
public interface VBPackageSettings2
[<System.Runtime.InteropServices.Guid("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VBPackageSettings2 = interface
[<System.Runtime.InteropServices.Guid("471F93FA-0D7A-44FE-AC48-190CBB8B84C7")>]
type VBPackageSettings2 = interface
Public Interface VBPackageSettings2
Attributes

Remarks

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

Applies to