ConfigurationManager.Platform(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.