This topic has not yet been rated - Rate this topic

VBPackageSettings Interface 

Defines a group of Visual Basic settings that are applied to all new projects.

Namespace: VSLangProj2
Assembly: VSLangProj2 (in vslangproj2.dll)

[GuidAttribute("4E42424E-D013-4716-A7D3-47141B70432C")] 
public interface VBPackageSettings
/** @attribute GuidAttribute("4E42424E-D013-4716-A7D3-47141B70432C") */ 
public interface VBPackageSettings
GuidAttribute("4E42424E-D013-4716-A7D3-47141B70432C") 
public interface VBPackageSettings

This class encapsulates the settings for Option Strict, Option Explicit, and Option Compare. The class is used to set the options for new projects.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.