CSharpProjectProperties7 接口

定义

此接口提供对项目配置属性的仅限内部访问。 有关详细信息,请参阅访问项目类型特定项目、项目项和配置属性。

public interface class CSharpProjectProperties7 : VSLangProj110::CSharpProjectProperties6
public interface class CSharpProjectProperties7 : VSLangProj110::CSharpProjectProperties6
__interface CSharpProjectProperties7 : VSLangProj110::CSharpProjectProperties6
[System.Runtime.InteropServices.Guid("AD327414-A8F4-4E96-9A2A-3008592FD6A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface CSharpProjectProperties7 : VSLangProj110.CSharpProjectProperties6
[<System.Runtime.InteropServices.Guid("AD327414-A8F4-4E96-9A2A-3008592FD6A9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type CSharpProjectProperties7 = interface
    interface CSharpProjectProperties6
Public Interface CSharpProjectProperties7
Implements CSharpProjectProperties6
派生
属性
实现

注解

外部组件可以通过 Properties 相应 Visual Studio 自动化对象的集合来访问这些属性。 (即, ProjectItem 对于项目文件和文件夹、项目以及 Project Configuration 配置) 。 此类型的成员的属性名称可用作集合中的索引器 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
LinkRepair
LocalPath
ManifestCertificateThumbprint
ManifestKeyFile
ManifestTimestampUrl
NeutralResourcesLanguage
OfflineURL
OptionCompare
OptionExplicit
OptionStrict
OutputFileName
OutputType
OutputTypeEx

获取或设置一个枚举值,该值指示项目的输出类型。

PostBuildEvent
PreBuildEvent
Product
ProjectType
Publish
ReferencePath
RootNamespace
RunPostBuildEvent
ServerExtensionsVersion
SignAssembly
SignManifests
StartupObject
TargetFramework
TargetFrameworkMoniker
TargetZone
Title
Trademark
TypeComplianceDiagnostics
URL
WebAccessMethod
WebServer
WebServerVersion
Win32ResourceFile

适用于