ApplicationManifest.XmlFileAssociations Property

Definition

Gets or sets a property that is used to serialize the FileAssociations property to an XML file.

public:
 property cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileAssociation ^> ^ XmlFileAssociations { cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileAssociation ^> ^ get(); void set(cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileAssociation ^> ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] XmlFileAssociations { get; set; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] XmlFileAssociations { get; set; }
[System.ComponentModel.Browsable(false)]
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] XmlFileAssociations { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<System.ComponentModel.Browsable(false)>]
member this.XmlFileAssociations : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] with get, set
member this.XmlFileAssociations : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] with get, set
[<System.ComponentModel.Browsable(false)>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.XmlFileAssociations : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] with get, set
Public Property XmlFileAssociations As FileAssociation()

Property Value

The value of the FileAssociations property.

Attributes

Applies to