ISandcastleProjectImagesReferences Property
This read-only property returns an enumerable list of image references contained in the project
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<ImageReference> ImagesReferences { get; }
ReadOnly Property ImagesReferences As IEnumerable(Of ImageReference)
Get
property IEnumerable<ImageReference^>^ ImagesReferences {
IEnumerable<ImageReference^>^ get ();
}
abstract 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