FileAssociationCollection.Add(FileAssociation) Method
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.
Adds the specified file association to the collection.
public:
void Add(Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileAssociation ^ fileAssociation);
public void Add (Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation fileAssociation);
member this.Add : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation -> unit
Public Sub Add (fileAssociation As FileAssociation)
Parameters
- fileAssociation
- FileAssociation
The file association to add.