ElementTypeDescriptor.GetDomainClassInfo(ModelElement) Methode

Definition

Gibt die Domänen Klassen Informationen für den Typ des Elements zurück, das beschrieben wird.

protected:
 Microsoft::VisualStudio::Modeling::DomainClassInfo ^ GetDomainClassInfo(Microsoft::VisualStudio::Modeling::ModelElement ^ instance);
protected Microsoft.VisualStudio.Modeling.DomainClassInfo GetDomainClassInfo (Microsoft.VisualStudio.Modeling.ModelElement instance);
member this.GetDomainClassInfo : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.DomainClassInfo
Protected Function GetDomainClassInfo (instance As ModelElement) As DomainClassInfo

Parameter

instance
ModelElement

Gibt zurück

DomainClassInfo

Hinweise

Behandelt sowohl instanzbasierte als auch typbasierte Fälle. Wenn das angegebene Element NULL ist, werden die Domänen Klassen Informationen stattdessen im statischen Speicher gesucht.

Gilt für