Share via


IMonikerResolver.CreateMoniker(ModelElement) Method

Definition

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

Applies to