IMonikerResolver.CreateMoniker(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.
Method to create a Moniker for an element
public:
Microsoft::VisualStudio::Modeling::Moniker ^ CreateMoniker(Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public Microsoft.VisualStudio.Modeling.Moniker CreateMoniker (Microsoft.VisualStudio.Modeling.ModelElement modelElement);
abstract member CreateMoniker : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Moniker
Public Function CreateMoniker (modelElement As ModelElement) As Moniker
Parameters
- modelElement
- ModelElement
modelElement to be monikerized
Returns
Moniker representing the element