ICustomTypeDescriptor.GetClassName 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 GetClassName As String
    Implements ICustomTypeDescriptor.GetClassName
'Usage
Dim instance As PropertyGroup
Dim returnValue As String

returnValue = CType(instance, ICustomTypeDescriptor).GetClassName()
string ICustomTypeDescriptor.GetClassName()
private:
virtual String^ GetClassName() sealed = ICustomTypeDescriptor::GetClassName
private abstract GetClassName : unit -> string 
private override GetClassName : unit -> string 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System..::..String

Implements

ICustomTypeDescriptor..::..GetClassName() () () ()

See Also

Reference

PropertyGroup Class

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