CompatibleFrameworkCollection.Item[Int32] Property

Definition

Gets a version of the .NET Framework that an application prefers to run on.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFramework ^ default[int] { Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFramework ^ get(int index); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework this[int index] { get; }
member this.Item(int) : Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework
Default Public ReadOnly Property Item(index As Integer) As CompatibleFramework

Parameters

index
Int32

The version of .NET Framework to check for on the end-user computer.

Property Value

A CompatibleFramework object that represents the versions of the .NET Framework that an application prefers to run on.

Applies to