Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to project configuration information.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("2DBDF061-439B-4822-9727-CA3ED918B658")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectCfg _
Inherits IVsCfg
[GuidAttribute("2DBDF061-439B-4822-9727-CA3ED918B658")]
[InterfaceTypeAttribute()]
public interface IVsProjectCfg : IVsCfg
[GuidAttribute(L"2DBDF061-439B-4822-9727-CA3ED918B658")]
[InterfaceTypeAttribute()]
public interface class IVsProjectCfg : IVsCfg
[<GuidAttribute("2DBDF061-439B-4822-9727-CA3ED918B658")>]
[<InterfaceTypeAttribute()>]
type IVsProjectCfg =
interface
interface IVsCfg
end
public interface IVsProjectCfg extends IVsCfg
The IVsProjectCfg type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EnumOutputs | Obsolete method. Do not use. |
![]() |
get_BuildableProjectCfg | Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process. |
![]() |
get_CanonicalName | Returns a configuration's canonical name. |
![]() |
get_DisplayName | Returns a string that describes the configuration and can be displayed in the environment's UI. |
![]() |
get_IsDebugOnly | Obsolete method. Do not use. |
![]() |
get_IsPackaged | Obsolete method. Do not use. |
![]() |
get_IsReleaseOnly | Obsolete method. Do not use. |
![]() |
get_IsSpecifyingOutputSupported | Obsolete method. Do not use. |
![]() |
get_Platform | Obsolete method. Do not use. |
![]() |
get_ProjectCfgProvider | Obsolete method. Do not use. |
![]() |
get_RootURL | Returns a configuration's root URL for its output items. |
![]() |
get_TargetCodePage | Obsolete method. Do not use. |
![]() |
get_UpdateSequenceNumber | Obsolete method. Do not use. |
![]() |
OpenOutput | Obsolete method. Do not use. |
Top
Remarks
Notes to Implementers
Implemented by projects to manage access to configuration information.