Share via


PropertyGroup.ICustomTypeDescriptor.GetClassName Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Private Function GetClassName As String
    Implements ICustomTypeDescriptor.GetClassName
string ICustomTypeDescriptor.GetClassName()
private:
virtual String^ GetClassName() sealed = ICustomTypeDescriptor::GetClassName
private abstract GetClassName : unit -> string 
private override GetClassName : unit -> string 
JScript does not support explicit interface implementations.

Return Value

Type: System.String

Implements

ICustomTypeDescriptor.GetClassName()

.NET Framework Security

See Also

Reference

PropertyGroup Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace