Share via


MonikerKey(String, Guid, Guid, Store) Constructor

Definition

Constructor

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)

Parameters

monikerName
String

MonikerName used to resolve moniker

domainRelationshipId
Guid

Id of the DomainRelationship this moniker will participate in.

domainClassId
Guid

Id of the DomainClass of the ModelElement that this moniker will resolve to.

store
Store

Store the MonikerKey is created in

Applies to