Aracılığıyla paylaş


CoreDomainModel.CreateElementLink Yöntem

Belirtilen türde bir öğe bağlantısı oluşturur.

Ad alanı:  Microsoft.VisualStudio.Modeling
Derleme:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll içinde)

Sözdizimi

'Bildirim
Public Overrides NotOverridable Function CreateElementLink ( _
    partition As Partition, _
    elementLinkType As Type, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
) As ElementLink
public override sealed ElementLink CreateElementLink(
    Partition partition,
    Type elementLinkType,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)

Parametreler

  • elementLinkType
    Tür: System.Type
    Bu etki alanı modeli ait öğe bağlantı türü.

Dönüş Değeri

Tür: Microsoft.VisualStudio.Modeling.ElementLink
Öğe bağlantısı oluşturulur.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

CoreDomainModel Sınıf

Microsoft.VisualStudio.Modeling Ad Alanı