ICustomTypeDescriptor.GetComponentName Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
private abstract GetComponentName : unit -> string 
private override GetComponentName : unit -> string 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System..::..String

Implements

ICustomTypeDescriptor..::..GetComponentName() () () ()

See Also

Reference

PropertyGroup Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace