Moniker 构造函数

定义

重载

Moniker(MonikerKey, Store)

构造函数

Moniker(String, Guid, Guid, Store)

构造函数

Moniker(MonikerKey, Store)

构造函数

public:
 Moniker(Microsoft::VisualStudio::Modeling::MonikerKey ^ monikerKey, Microsoft::VisualStudio::Modeling::Store ^ store);
public Moniker (Microsoft.VisualStudio.Modeling.MonikerKey monikerKey, Microsoft.VisualStudio.Modeling.Store store);
new Microsoft.VisualStudio.Modeling.Moniker : Microsoft.VisualStudio.Modeling.MonikerKey * Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.Moniker
Public Sub New (monikerKey As MonikerKey, store As Store)

参数

monikerKey
MonikerKey

用于解析名字对象的 monikerKey

store
Store

在其中创建名字对象的存储区

适用于

Moniker(String, Guid, Guid, Store)

构造函数

public:
 Moniker(System::String ^ monikerName, Guid domainRelationshipId, Guid domainClassId, Microsoft::VisualStudio::Modeling::Store ^ store);
public Moniker (string monikerName, Guid domainRelationshipId, Guid domainClassId, Microsoft.VisualStudio.Modeling.Store store);
new Microsoft.VisualStudio.Modeling.Moniker : string * Guid * Guid * Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.Moniker
Public Sub New (monikerName As String, domainRelationshipId As Guid, domainClassId As Guid, store As Store)

参数

monikerName
String

用于解析名字对象的字符串引用

domainRelationshipId
Guid

此名字对象将参与的 DomainRelationship 的 Id。

domainClassId
Guid

此名字对象将解析为的模型元素的 DomainClassId。

store
Store

在其中创建名字对象

适用于