ISharePointProject.MappedFolders 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 collection of mapped folders in the project.
public:
property Microsoft::VisualStudio::SharePoint::IMappedFolderCollection ^ MappedFolders { Microsoft::VisualStudio::SharePoint::IMappedFolderCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.IMappedFolderCollection MappedFolders { get; }
member this.MappedFolders : Microsoft.VisualStudio.SharePoint.IMappedFolderCollection
Public ReadOnly Property MappedFolders As IMappedFolderCollection
Property Value
A collection of mapped folders.