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
'Declaración
<GuidAttribute("2DBDF061-439B-4822-9727-CA3ED918B658")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectCfg _
Implements IVsCfg
'Uso
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.