Поделиться через


MonikerKey - конструктор

Инициализирует новый экземпляр MonikerKey с указанным идентификатором GUID и хранилищем.

Пространство имен:  Microsoft.VisualStudio.Modeling
Сборка:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (в Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Синтаксис

'Декларация
Public Sub New ( _
    monikerName As String, _
    domainRelationshipId As Guid, _
    domainClassId As Guid, _
    store As Store _
)
public MonikerKey(
    string monikerName,
    Guid domainRelationshipId,
    Guid domainClassId,
    Store store
)

Параметры

  • domainRelationshipId
    Тип: System.Guid
    Идентификатор GUID, связанный с доменной связи MonikerKey.
  • domainClassId
    Тип: System.Guid
    Идентификатор GUID, назначенный доменный класса MonikerKey.

Безопасность платформы .NET Framework

См. также

Ссылки

MonikerKey Класс

Microsoft.VisualStudio.Modeling - пространство имен