ComparePropertyDictionary.GetComponentName Method

Returns the component name.

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

Syntax

'Declaration
Protected Overrides Function GetComponentName As String
'Usage
Dim returnValue As String

returnValue = Me.GetComponentName()
protected override string GetComponentName()
protected:
virtual String^ GetComponentName() override
protected override function GetComponentName() : String
abstract GetComponentName : unit -> string 
override GetComponentName : unit -> string 

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ComparePropertyDictionary Class

ComparePropertyDictionary Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils Namespace