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