Moniker Konstruktoren

Definition

Überlädt

Moniker(MonikerKey, Store)

Konstruktor

Moniker(String, Guid, Guid, Store)

Konstruktor

Moniker(MonikerKey, Store)

Konstruktor

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)

Parameter

monikerKey
MonikerKey

monikerkey zum Auflösen des Monikers

store
Store

Speichern, in dem der Moniker erstellt wird

Gilt für

Moniker(String, Guid, Guid, Store)

Konstruktor

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)

Parameter

monikerName
String

Zeichen folgen Verweis zum Auflösen des Monikers

domainRelationshipId
Guid

Die ID der DomainRelationship, an der dieser Moniker teilnimmt.

domainClassId
Guid

Die domainclassid des Modell Elements, in das dieser Moniker aufgelöst wird.

store
Store

Speichern, in dem der Moniker erstellt wird

Gilt für