VBPackageSettings Interface
Defines a group of Visual Basic settings that are applied to all new projects.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
<GuidAttribute("4E42424E-D013-4716-A7D3-47141B70432C")> _
Public Interface VBPackageSettings
'Usage
Dim instance As VBPackageSettings
[GuidAttribute("4E42424E-D013-4716-A7D3-47141B70432C")]
public interface VBPackageSettings
[GuidAttribute(L"4E42424E-D013-4716-A7D3-47141B70432C")]
public interface class VBPackageSettings
public interface VBPackageSettings
Remarks
This class encapsulates the settings for Option Strict, Option Explicit, and Option Compare. The class is used to set the options for new projects.