Moniker Constructors
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.
Overloads
Moniker(MonikerKey, Store) |
Constructor |
Moniker(String, Guid, Guid, Store) |
Constructor |
Moniker(MonikerKey, Store)
Constructor
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)
Parameters
- monikerKey
- MonikerKey
monikerKey used to resolve moniker
- store
- Store
Store that the Moniker is created in
Applies to
Moniker(String, Guid, Guid, Store)
Constructor
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)
Parameters
- monikerName
- String
string reference used to resolve moniker
- domainRelationshipId
- Guid
Id of the DomainRelationship this moniker will participate in.
- domainClassId
- Guid
DomainClassId of the model element this moniker will resolve to.
- store
- Store
Store the Moniker is created in