IVsProjectCfg Interface

Definition

Provides access to project configuration information.

public interface class IVsProjectCfg : Microsoft::VisualStudio::Shell::Interop::IVsCfg
public interface class IVsProjectCfg : Microsoft::VisualStudio::Shell::Interop::IVsCfg
__interface IVsProjectCfg : Microsoft::VisualStudio::Shell::Interop::IVsCfg
[System.Runtime.InteropServices.Guid("2DBDF061-439B-4822-9727-CA3ED918B658")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectCfg : Microsoft.VisualStudio.Shell.Interop.IVsCfg
[System.Runtime.InteropServices.Guid("2DBDF061-439B-4822-9727-CA3ED918B658")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectCfg : Microsoft.VisualStudio.Shell.Interop.IVsCfg
[<System.Runtime.InteropServices.Guid("2DBDF061-439B-4822-9727-CA3ED918B658")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectCfg = interface
    interface IVsCfg
[<System.Runtime.InteropServices.Guid("2DBDF061-439B-4822-9727-CA3ED918B658")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectCfg = interface
    interface IVsCfg
Public Interface IVsProjectCfg
Implements IVsCfg
Derived
Attributes
Implements

Notes to Implementers

Implemented by projects to manage access to configuration information.

Methods

EnumOutputs(IVsEnumOutputs)

Obsolete method. Do not use.

get_BuildableProjectCfg(IVsBuildableProjectCfg)

Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process.

get_CanonicalName(String)

Returns a configuration's canonical name.

get_DisplayName(String)

Returns a string that describes the configuration and can be displayed in the environment's UI.

get_IsDebugOnly(Int32)

Obsolete method. Do not use.

get_IsPackaged(Int32)

Obsolete method. Do not use.

get_IsReleaseOnly(Int32)

Obsolete method. Do not use.

get_IsSpecifyingOutputSupported(Int32)

Obsolete method. Do not use.

get_Platform(Guid)

Obsolete method. Do not use.

get_ProjectCfgProvider(IVsProjectCfgProvider)

Obsolete method. Do not use.

get_RootURL(String)

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

get_TargetCodePage(UInt32)

Obsolete method. Do not use.

get_UpdateSequenceNumber(ULARGE_INTEGER[])

Obsolete method. Do not use.

OpenOutput(String, IVsOutput)

Obsolete method. Do not use.

Applies to