Moniker Конструкторы

Определение

Перегрузки

Moniker(MonikerKey, Store)

Конструктор

Moniker(String, Guid, Guid, Store)

Конструктор

Moniker(MonikerKey, Store)

Конструктор

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)

Параметры

monikerKey
MonikerKey

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

store
Store

Хранилище, в котором создается моникер

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

Moniker(String, Guid, Guid, Store)

Конструктор

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)

Параметры

monikerName
String

строковая ссылка, используемая для сопоставления моникера

domainRelationshipId
Guid

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

domainClassId
Guid

DomainClassId модели элемента, к которой будет разрешаться данный моникер.

store
Store

Хранилище, в котором создается моникер

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