ElementTypeDescriptor.GetClassName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the class this descriptor represents.
public:
override System::String ^ GetClassName();
public override string GetClassName ();
override this.GetClassName : unit -> string
Public Overrides Function GetClassName () As String
Returns
The DisplayName of the DomainClass being described if one has been specified. Otherwise returns the base class default value.