IAssembly.ClassResources 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 class resource files associated with the assembly.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IClassResourceCollection ^ ClassResources { Microsoft::VisualStudio::SharePoint::Packages::IClassResourceCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IClassResourceCollection ClassResources { get; }
member this.ClassResources : Microsoft.VisualStudio.SharePoint.Packages.IClassResourceCollection
Public ReadOnly Property ClassResources As IClassResourceCollection
Property Value
A collection representing class resource files.