ExcludedElement.GetIdentifier Method

Gets the identifier for a supplied model element.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Overridable Function GetIdentifier ( _
    element As IModelElement _
) As ModelStore..::..Identifier
'Usage
Dim element As IModelElement
Dim returnValue As ModelStore..::..Identifier

returnValue = Me.GetIdentifier(element)
protected virtual ModelStore..::..Identifier GetIdentifier(
    IModelElement element
)
protected:
virtual ModelStore..::..Identifier^ GetIdentifier(
    IModelElement^ element
)
protected function GetIdentifier(
    element : IModelElement
) : ModelStore..::..Identifier
abstract GetIdentifier : 
        element:IModelElement -> ModelStore..::..Identifier 
override GetIdentifier : 
        element:IModelElement -> ModelStore..::..Identifier 

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier

.NET Framework Security

See Also

Reference

ExcludedElement Class

ExcludedElement Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace