ExtensionMethods.Location(IEdmElement) Method
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 location of this element.
public static Microsoft.OData.Edm.EdmLocation Location (this Microsoft.OData.Edm.IEdmElement item);
static member Location : Microsoft.OData.Edm.IEdmElement -> Microsoft.OData.Edm.EdmLocation
<Extension()>
Public Function Location (item As IEdmElement) As EdmLocation
Parameters
- item
- IEdmElement
Reference to the calling object.
Returns
The location of the element.