CompatibleFrameworkCollection.Item[Int32] Property
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.
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.