MonikerKey(String, Guid, Guid, Store) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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