ApplicationManifest.FileAssociations Property

Definition

Gets or sets the file associations that are defined in the manifest.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileAssociationCollection ^ FileAssociations { Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileAssociationCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociationCollection FileAssociations { get; }
member this.FileAssociations : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociationCollection
Public ReadOnly Property FileAssociations As FileAssociationCollection

Property Value

A string that contains the file associations.

Applies to