MonikerKey(String, Guid, Guid, Store) Конструктор

Определение

Конструктор

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

Параметры

monikerName
String

Моникернаме, используемый для разрешения моникера

domainRelationshipId
Guid

Идентификатор DomainRelationship, в котором будет участвовать данный моникер.

domainClassId
Guid

Идентификатор DomainClass ModelElement, к которому будет разрешать этот моникер.

store
Store

Хранилище MonikerKey создается в

Применяется к