IMonikerResolver.CreateMoniker(ModelElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建元素的名字对象的方法
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
返回
表示元素的名字对象