ConfigurationManager.Platform Method

Returns the Configurations for this configuration.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Function Platform ( _
    Name As String _
) As Configurations
Configurations Platform(
    string Name
)
Configurations^ Platform(
    String^ Name
)
abstract Platform : 
        Name:string -> Configurations 
function Platform(
    Name : String
) : Configurations

Parameters

  • Name
    Type: System.String
    Required. The name of the platform's settings to return.

Return Value

Type: EnvDTE.Configurations
A Configurations collection.

Remarks

There is one Configuration in the collection for each project/project item configuration row name defined for the project.

.NET Framework Security

See Also

Reference

ConfigurationManager Interface

EnvDTE Namespace