Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a collection of items representing build configurations for one configuration name, such as "Debug" or "Retail."
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Function ConfigurationRow ( _
Name As String _
) As Configurations
Configurations ConfigurationRow(
string Name
)
Configurations^ ConfigurationRow(
String^ Name
)
abstract ConfigurationRow :
Name:string -> Configurations
function ConfigurationRow(
Name : String
) : Configurations
Parameters
Name
Type: System.StringRequired. The name of the project or project item configuration to return.
Return Value
Type: EnvDTE.Configurations
A Configurations collection.
Remarks
There is one Configuration in the collection for each platform that has settings in this project.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.