SerializationUtilities.GetElementName(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.
Get the name of a ModelElement for display purpose (e.g. used in error messages).
public:
static System::String ^ GetElementName(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public static string GetElementName (Microsoft.VisualStudio.Modeling.ModelElement element);
static member GetElementName : Microsoft.VisualStudio.Modeling.ModelElement -> string
Public Shared Function GetElementName (element As ModelElement) As String
Parameters
- element
- ModelElement