| ReferenceItemGetClassName Method |
Returns the class name of this instance of a component.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string GetClassName()
Public Function GetClassName As String
public:
virtual String^ GetClassName() sealed
abstract GetClassName : unit -> string
override GetClassName : unit -> string
Return Value
Type:
StringThe class name of the object, or null if the class does not have a name.
Implements
ICustomTypeDescriptorGetClassNameSee Also