Interop.ICustomTypeDescriptor.GetClassName Method

Definition

Returns the name of the class of the contained Activity.

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetClassName() = System::ComponentModel::ICustomTypeDescriptor::GetClassName;
string ICustomTypeDescriptor.GetClassName ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
Function GetClassName () As String Implements ICustomTypeDescriptor.GetClassName

Returns

The class name of the contained Activity.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.

Applies to