PresentationElementTypeDescriptor.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.
Gets the component name displayed in the property grid.
public:
override System::String ^ GetComponentName();
public override string GetComponentName ();
override this.GetComponentName : unit -> string
Public Overrides Function GetComponentName () As String
Returns
Returns the component name of the represented model element, or an empty string if no represented model element / the represented model element does not have a name.