DomainClassInfo.GetName(ModelElement) 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 value of the element name property.
public:
static System::String ^ GetName(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public static string GetName (Microsoft.VisualStudio.Modeling.ModelElement element);
static member GetName : Microsoft.VisualStudio.Modeling.ModelElement -> string
Public Shared Function GetName (element As ModelElement) As String
Parameters
- element
- ModelElement
Element.
Returns
Value of element name property..
Exceptions
element is null.
Element's domain class has no element name property defined.