Manifest.FileReferences 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.
Specifies the set of files referenced by the manifest.
public:
property Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileReferenceCollection ^ FileReferences { Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileReferenceCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection FileReferences { get; }
member this.FileReferences : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection
Public ReadOnly Property FileReferences As FileReferenceCollection
Property Value
A FileReferenceCollection object representing the set of files that the manifest references.