Share via


VBProjectConfigurationProperties6 Interface

This interface provides internal-only access to project configuration properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

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

Syntax

'Declaration
<GuidAttribute("3519671B-B697-4721-BAD5-3BC4BFC76AB4")> _
Public Interface VBProjectConfigurationProperties6 _
    Inherits VBProjectConfigurationProperties5
[GuidAttribute("3519671B-B697-4721-BAD5-3BC4BFC76AB4")]
public interface VBProjectConfigurationProperties6 : VBProjectConfigurationProperties5
[GuidAttribute(L"3519671B-B697-4721-BAD5-3BC4BFC76AB4")]
public interface class VBProjectConfigurationProperties6 : VBProjectConfigurationProperties5
[<GuidAttribute("3519671B-B697-4721-BAD5-3BC4BFC76AB4")>]
type VBProjectConfigurationProperties6 =  
    interface 
        interface VBProjectConfigurationProperties5 
    end
public interface VBProjectConfigurationProperties6 extends VBProjectConfigurationProperties5

The VBProjectConfigurationProperties6 type exposes the following members.

Properties

  Name Description
Public property __id
Public property AllowUnsafeBlocks
Public property BaseAddress
Public property CheckForOverflowUnderflow
Public property CodeAnalysisCulture
Public property CodeAnalysisDictionaries
Public property CodeAnalysisFailOnMissingRules
Public property CodeAnalysisIgnoreBuiltInRules
Public property CodeAnalysisIgnoreBuiltInRuleSets
Public property CodeAnalysisIgnoreGeneratedCode
Public property CodeAnalysisInputAssembly
Public property CodeAnalysisLogFile
Public property CodeAnalysisModuleSuppressionsFile
Public property CodeAnalysisOverrideRuleVisibilities
Public property CodeAnalysisRuleAssemblies
Public property CodeAnalysisRuleDirectories
Public property CodeAnalysisRules
Public property CodeAnalysisRuleSet
Public property CodeAnalysisRuleSetDirectories
Public property CodeAnalysisSpellCheckLanguages
Public property CodeAnalysisUseTypeNameInSuppression
Public property ConfigurationOverrideFile
Public property DebugInfo
Public property DebugSymbols
Public property DefineConstants
Public property DefineDebug
Public property DefineTrace
Public property DocumentationFile
Public property EnableASPDebugging
Public property EnableASPXDebugging
Public property EnableSQLServerDebugging
Public property EnableUnmanagedDebugging
Public property Extender
Public property ExtenderCATID
Public property ExtenderNames
Public property FileAlignment
Public property GenerateSerializationAssemblies
Public property IncrementalBuild
Public property IntermediatePath
Public property NoStdLib
Public property NoWarn
Public property Optimize
Public property OutputPath
Public property PlatformTarget
Public property Prefer32Bit Gets or sets a flag indicating whether 32-bit platform is preferred.
Public property RegisterForComInterop
Public property RemoteDebugEnabled
Public property RemoteDebugMachine
Public property RemoveIntegerChecks
Public property RunCodeAnalysis
Public property StartAction
Public property StartArguments
Public property StartPage
Public property StartProgram
Public property StartURL
Public property StartWithIE
Public property StartWorkingDirectory
Public property TreatSpecificWarningsAsErrors
Public property TreatWarningsAsErrors
Public property UseVSHostingProcess
Public property WarningLevel

Top

See Also

Reference

VSLangProj110 Namespace