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
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The supplied model element
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace