Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains a set of Configuration objects. Each collection represents a row of Configuration objects for a given configuration name and for each platform, or a column of each Configuration object for a given platform name, one for each configuration name.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38")> _
Public Interface Configurations _
Inherits IEnumerable
[GuidAttribute("B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38")]
public interface Configurations : IEnumerable
[GuidAttribute(L"B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38")]
public interface class Configurations : IEnumerable
[<GuidAttribute("B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38")>]
type Configurations =
interface
interface IEnumerable
end
public interface Configurations extends IEnumerable
The Configurations type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets a value indicating the number of objects in the Configurations collection. |
![]() |
DTE | Gets the top-level extensibility object. |
![]() |
Name | Gets the name of the object. |
![]() |
Parent | Gets the immediate parent object of a Configurations collection. |
![]() |
Type | Gets a constant indicating the Configurations type. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetEnumerator | Gets an enumerator for items in the collection. |
![]() |
Item | Returns a Configuration object in a Configurations collection. |
Top
Remarks
Each Configuration object represents the properties for a project configuration name and platform name taken together. For most projects the platform is either nonexistent, "Win32," or "WSP."
Reference this collection by using EnvDTE.Project.ConfigurationManager.Configurations.
.gif)
.gif)