SchemaCompareSettingsService.GetElementName Method
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function GetElementName ( _
element As IModelElement, _
style As ElementNameStyle _
) As String
public virtual string GetElementName(
IModelElement element,
ElementNameStyle style
)
public:
virtual String^ GetElementName(
IModelElement^ element,
ElementNameStyle style
)
abstract GetElementName :
element:IModelElement *
style:ElementNameStyle -> string
override GetElementName :
element:IModelElement *
style:ElementNameStyle -> string
public function GetElementName(
element : IModelElement,
style : ElementNameStyle
) : String
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
- style
Type: Microsoft.Data.Schema.ElementNameStyle
Return Value
Type: System.String
.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.