VBProjectProperties6 Interface

Definition

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

public interface class VBProjectProperties6 : VslangProj90::VBProjectProperties4
public interface class VBProjectProperties6 : VslangProj90::VBProjectProperties4
__interface VBProjectProperties6 : VslangProj90::VBProjectProperties4
[System.Runtime.InteropServices.Guid("7D84F860-7E2A-42C4-9A70-455B8238DD66")]
[System.Runtime.InteropServices.TypeLibType]
public interface VBProjectProperties6 : VslangProj90.VBProjectProperties4
[System.Runtime.InteropServices.Guid("7D84F860-7E2A-42C4-9A70-455B8238DD66")]
public interface VBProjectProperties6 : VslangProj90.VBProjectProperties4
[<System.Runtime.InteropServices.Guid("7D84F860-7E2A-42C4-9A70-455B8238DD66")>]
[<System.Runtime.InteropServices.TypeLibType>]
type VBProjectProperties6 = interface
    interface VBProjectProperties4
[<System.Runtime.InteropServices.Guid("7D84F860-7E2A-42C4-9A70-455B8238DD66")>]
type VBProjectProperties6 = interface
    interface VBProjectProperties4
Public Interface VBProjectProperties6
Implements VBProjectProperties4
Derived
Attributes
Implements

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Properties

__id
__project
AbsoluteProjectDirectory
ActiveConfigurationSettings
ActiveFileSharePath
ActiveWebAccessMethod
ApplicationIcon
ApplicationManifest
AspnetVersion
AssemblyFileVersion
AssemblyGuid
AssemblyKeyContainerName
AssemblyKeyProviderName
AssemblyName
AssemblyOriginatorKeyFile
AssemblyOriginatorKeyFileType
AssemblyOriginatorKeyMode
AssemblyType
AssemblyVersion
Company
ComVisible
Copyright
DebugSecurityZoneURL
DefaultClientScript
DefaultHTMLPageLayout
DefaultNamespace
DefaultTargetSchema
DelaySign
Description
EnableSecurityDebugging
ExcludedPermissions
Extender[String]
ExtenderCATID
ExtenderNames
FileName
FileSharePath
FullPath
GenerateManifests
LanguageVersion

Gets or sets the language version.

LinkRepair
LocalPath
ManifestCertificateThumbprint
ManifestKeyFile
ManifestTimestampUrl
MyApplication
MyType
NeutralResourcesLanguage
OfflineURL
OptionCompare
OptionExplicit
OptionInfer
OptionStrict
OutputFileName
OutputType
PostBuildEvent
PreBuildEvent
Product
ProjectType
Publish
ReferencePath
RootNamespace
RunPostBuildEvent
ServerExtensionsVersion
SignAssembly
SignManifests
StartupObject
TargetFramework
TargetFrameworkMoniker

Gets or sets the target framework moniker.

TargetZone
Title
Trademark
TypeComplianceDiagnostics
URL
WebAccessMethod
WebServer
WebServerVersion
Win32ResourceFile

Methods

get_Extender(String)

Applies to