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 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.StringRequired. 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
- 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.