IEnumVsENCRebuildableProjectCfgs Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumVsENCRebuildableProjectCfgs
[GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")]
[InterfaceTypeAttribute()]
public interface IEnumVsENCRebuildableProjectCfgs
[GuidAttribute(L"3909921B-BACD-11D2-BD66-00C04FA302E2")]
[InterfaceTypeAttribute()]
public interface class IEnumVsENCRebuildableProjectCfgs
[<GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")>]
[<InterfaceTypeAttribute()>]
type IEnumVsENCRebuildableProjectCfgs = interface end
public interface IEnumVsENCRebuildableProjectCfgs
The IEnumVsENCRebuildableProjectCfgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
GetCount | ||
Next | ||
Reset | ||
Skip |
Top