| ImageReferenceCollectionItem Property (String) |
This can be used to get an image by its unique ID (case-sensitive)
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ImageReference this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As ImageReference
Get
public:
property ImageReference^ default[String^ id] {
ImageReference^ get (String^ id);
}
member Item : ImageReference with get
Parameters
- id
- Type: SystemString
The ID of the item to get.
Property Value
Type:
ImageReferenceReturns the image with the specified
Id or null if not found.
See Also