IMonikerResolver.CreateMoniker(ModelElement) 方法

定义

用于创建元素的名字对象的方法

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

参数

modelElement
ModelElement

monikerized 的 modelElement

返回

Moniker

表示元素的名字对象

适用于