PropertyGroup.ICustomTypeDescriptor.GetComponentName Method

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Private Function GetComponentName As String
    Implements ICustomTypeDescriptor.GetComponentName
'Usage
Dim instance As PropertyGroup
Dim returnValue As String

returnValue = CType(instance, ICustomTypeDescriptor).GetComponentName()
string ICustomTypeDescriptor.GetComponentName()
private:
virtual String^ GetComponentName() sealed = ICustomTypeDescriptor::GetComponentName
JScript does not support explicit interface implementations.
private abstract GetComponentName : unit -> string 
private override GetComponentName : unit -> string 

Return Value

Type: System.String

Implements

ICustomTypeDescriptor.GetComponentName()

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace