FileAssociationCollection.Item[Int32] Property

Definition

Gets the file association that appears at the specified index.

public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation this[int index] { get; }

Parameters

index
Int32

The zero-based index of the file association to get.

Property Value

The file association at the specified index.

Applies to