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 _
Inherits 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
[<GuidAttribute("2DBDF061-439B-4822-9727-CA3ED918B658")>]
[<InterfaceTypeAttribute()>]
type IVsProjectCfg =
interface
interface IVsCfg
end
public interface IVsProjectCfg extends IVsCfg
Remarks
Notes to Implementers
Implemented by projects to manage access to configuration information.