IPackageManifest.DwpFiles 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 Web part (.dwp) files associated with the package.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IDwpFileCollection ^ DwpFiles { Microsoft::VisualStudio::SharePoint::Packages::IDwpFileCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IDwpFileCollection DwpFiles { get; }
member this.DwpFiles : Microsoft.VisualStudio.SharePoint.Packages.IDwpFileCollection
Public ReadOnly Property DwpFiles As IDwpFileCollection
Property Value
A collection representing Web part files.