CoreDesignSurfaceSerializationBehaviorMonikerResolverBase.CalculateQualifiedName 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.
Calculate the fully qualified monikerized string of the given ModelElement.
protected:
override System::String ^ CalculateQualifiedName(Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
protected override string CalculateQualifiedName (Microsoft.VisualStudio.Modeling.ModelElement mel);
override this.CalculateQualifiedName : Microsoft.VisualStudio.Modeling.ModelElement -> string
Protected Overrides Function CalculateQualifiedName (mel As ModelElement) As String
Parameters
- mel
- ModelElement
ModelElement to get moniker from.
Returns
Calculated moniker string, returns null or empty string is the given ModelElement cannot be monikerized.