ElementTypeDescriptor.GetComponentName 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.
The name of the object, or an empty string if object does not have a name.
public:
override System::String ^ GetComponentName();
public override string GetComponentName ();
override this.GetComponentName : unit -> string
Public Overrides Function GetComponentName () As String
Returns
The name of the object, or an empty string if object does not have a name.