GetByID Method (EndnoteCollection)
In This Topic
Gets an endnote from the collection by its ID.
Syntax
'Declaration
Public Function GetByID( _
ByVal As System.Long _
) As Endnote
public Endnote GetByID(
System.long
)
Parameters
- id
- The endnote ID.
Return Value
The
Endnote with the specified ID.
Exceptions
Exception | Description |
System.Collections.Generic.KeyNotFoundException | Thrown when an endnote with the specified ID could not be found in this collection. |
See Also