Share via


ProjectConfig Members

Include Protected Members
Include Inherited Members

Holds project-specific configuration data.

The ProjectConfig type exposes the following members.

Methods

 

Name

Description

Public method

DebugLaunch

Starts the debugger.

Public method

EnumOutputs

Enumerates the outputs.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

get_BuildableProjectCfg

Returns the buildable project configuration object.

Public method

get_CanonicalName

Returns the configuration's canonical name.

Public method

get_CfgType

Gets the type of the configuration.

Public method

get_DisplayName

Returns the configuration's display name.

Public method

get_IsDebugOnly

Gets whether the configuration name is Debug.

Public method

get_IsPackaged

This method does nothing.

Public method

get_IsPrivate

Gets whether a project is private or shared.

Public method

get_IsReleaseOnly

Gets whether the configuration name is Release.

Public method

get_IsSpecifyingOutputSupported

Gets whether the ability to specify output is supported.

Public method

get_OutputGroups

Gets an array of IVsOutputGroup pointers to the output groups of the configuration.

Public method

get_Platform

This method does nothing.

Public method

get_ProjectCfgProvider

Gets the project configuration provider.

Public method

get_RootURL

Returns a configuration's root URL for its output items.

Public method

get_TargetCodePage

Gets the code page target.

Public method

get_UpdateSequenceNumber

Gets the update sequence number.

Public method

get_VirtualRoot

This method does nothing.

Public method

GetCfg

Gets the configuration corresponding to the browse object.

Protected method

GetConfigurationPropertyAsBool

Gets the value of the supplied property as a Boolean.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetMsBuildProperty

Gets the build property.

Public method

GetPages

Retrieves the configuration-dependent property pages.

Public method

GetProjectDesignerPages

Gets the property pages for the project designer.

Public method

GetProjectItem

Gets the hierarchy node or project item corresponding to the browse object.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

InternalSetConfigurationProperty

Directly sets project properties, without events.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

OpenOutput

This method does nothing.

Public method

OpenOutputGroup

Opens the output group with the supplied name.

Public method

OutputsRequireAppRoot

Public method

PrepareBuild

Creates folders and ensures that assembly paths are correct.

Public method

QueryDebugLaunch

Gets whether the debugger can be launched, given the state of the launch flags.

Public method

SetConfigurationProperty

Sets the value of the named property.

Public method

SetProjectDirty

Sets the project to a dirty state.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

ConfigName

Gets or sets the configuration name.

Public property

ConfigurationProperties

Gets the configuration properties.

Public property

ExtenderCATID

Gets the CATID for this object.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IInternalExtenderProvider.CanExtend

Microsoft Internal Use Only.

Explicit interface implemetationPrivate method

IVsProjectFlavorCfg.Close

Closes the project configuration.

Explicit interface implemetationPrivate method

IVsProjectFlavorCfg.get_CfgType

Gets the type of configuration represented by the specified interface ID.

Explicit interface implemetationPrivate method

IInternalExtenderProvider.GetExtender

Microsoft Internal Use Only.

Explicit interface implemetationPrivate method

IInternalExtenderProvider.GetExtenderNames

Microsoft Internal Use Only.

Top

See Also

Reference

ProjectConfig Class

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace