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
- 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
ComparePropertyDictionary Class
ComparePropertyDictionary Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils Namespace