SandcastleProjectImagesReferences Property
This read-only property returns an enumerable list of image references contained in the project
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<ImageReference> ImagesReferences { get; }
Public ReadOnly Property ImagesReferences As IEnumerable(Of ImageReference)
Get
public:
property IEnumerable<ImageReference^>^ ImagesReferences {
IEnumerable<ImageReference^>^ get ();
}
member ImagesReferences : IEnumerable<ImageReference> with get
Return Value
IEnumerableImageReferenceAn enumerable list of image references if any are found in the project
Only images with IDs are returned