IPackageManifest.Assemblies 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.
Gets the assemblies associated with the package.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IAssemblyCollection ^ Assemblies { Microsoft::VisualStudio::SharePoint::Packages::IAssemblyCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IAssemblyCollection Assemblies { get; }
member this.Assemblies : Microsoft.VisualStudio.SharePoint.Packages.IAssemblyCollection
Public ReadOnly Property Assemblies As IAssemblyCollection
Property Value
A collection representing assemblies.