ConfigurationManager.Platform(String) Method

Definition

Returns the Configurations for this configuration.

public:
 EnvDTE::Configurations ^ Platform(System::String ^ Name);
[System.Runtime.InteropServices.DispId(8)]
public EnvDTE.Configurations Platform (string Name);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member Platform : string -> EnvDTE.Configurations
Public Function Platform (Name As String) As Configurations

Parameters

Name
String

Required. The name of the platform's settings to return.

Returns

A Configurations collection.

Attributes

Remarks

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

Applies to