ModelElement.IsExtendedBy Yöntem

Tanım

Aşırı Yüklemeler

IsExtendedBy(ModelElement, Type)

Belirtilen ModelElement 'in Şu anda belirli bir türdeki bir ExtensionElement tarafından genişletilmediğini sorgulayın.

IsExtendedBy(ModelElement, DomainClassInfo)

Belirtilen ModelElement 'in Şu anda belirli bir türdeki bir ExtensionElement tarafından genişletilmediğini sorgulayın.

IsExtendedBy(ModelElement, Guid)

Belirtilen ModelElement 'in Şu anda belirli bir türdeki bir ExtensionElement tarafından genişletilmediğini sorgulayın.

IsExtendedBy(ModelElement, Type)

Belirtilen ModelElement 'in Şu anda belirli bir türdeki bir ExtensionElement tarafından genişletilmediğini sorgulayın.

public:
 static bool IsExtendedBy(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Type ^ extensionType);
public static bool IsExtendedBy (Microsoft.VisualStudio.Modeling.ModelElement element, Type extensionType);
static member IsExtendedBy : Microsoft.VisualStudio.Modeling.ModelElement * Type -> bool
Public Shared Function IsExtendedBy (element As ModelElement, extensionType As Type) As Boolean

Parametreler

element
ModelElement

Uzantıları incelendi olan öğe

extensionType
Type

ExtensionElement türü

Döndürülenler

Boolean

öğe belirtilen türden bir uzantıya sahipse true, değilse false

Şunlara uygulanır

IsExtendedBy(ModelElement, DomainClassInfo)

Belirtilen ModelElement 'in Şu anda belirli bir türdeki bir ExtensionElement tarafından genişletilmediğini sorgulayın.

public:
 static bool IsExtendedBy(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Microsoft::VisualStudio::Modeling::DomainClassInfo ^ extensionClass);
public static bool IsExtendedBy (Microsoft.VisualStudio.Modeling.ModelElement element, Microsoft.VisualStudio.Modeling.DomainClassInfo extensionClass);
static member IsExtendedBy : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.DomainClassInfo -> bool
Public Shared Function IsExtendedBy (element As ModelElement, extensionClass As DomainClassInfo) As Boolean

Parametreler

element
ModelElement

Uzantıları incelendi olan öğe

extensionClass
DomainClassInfo

ExtensionElement alan sınıfı

Döndürülenler

Boolean

öğe belirtilen türden bir uzantıya sahipse true, değilse false

Şunlara uygulanır

IsExtendedBy(ModelElement, Guid)

Belirtilen ModelElement 'in Şu anda belirli bir türdeki bir ExtensionElement tarafından genişletilmediğini sorgulayın.

public:
 static bool IsExtendedBy(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Guid extensionClassId);
public static bool IsExtendedBy (Microsoft.VisualStudio.Modeling.ModelElement element, Guid extensionClassId);
static member IsExtendedBy : Microsoft.VisualStudio.Modeling.ModelElement * Guid -> bool
Public Shared Function IsExtendedBy (element As ModelElement, extensionClassId As Guid) As Boolean

Parametreler

element
ModelElement

Uzantıları incelendi olan öğe

extensionClassId
Guid

Bir ExtensionElement alan sınıfının benzersiz kimliği

Döndürülenler

Boolean

öğe belirtilen türden bir uzantıya sahipse true, değilse false

Şunlara uygulanır