IVsProjectCfg Interface

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
'Usage
Dim instance As IVsProjectCfg
[GuidAttribute("2DBDF061-439B-4822-9727-CA3ED918B658")]
[InterfaceTypeAttribute()]
public interface IVsProjectCfg : IVsCfg
[GuidAttribute(L"2DBDF061-439B-4822-9727-CA3ED918B658")]
[InterfaceTypeAttribute()]
public interface class IVsProjectCfg : IVsCfg
public interface IVsProjectCfg extends IVsCfg

Remarks

See illustrations of the implementation and/or calling of this interface in the samples Basic Project, My C Package, and Figures Project.

Notes to Implementers:

Implemented by projects to manage access to configuration information.

See Also

Reference

IVsProjectCfg Members

Microsoft.VisualStudio.Shell.Interop Namespace