SupportedElementTypeAttribute.ElementType-Eigenschaft

Der Elementtyp, der vom zugeordneten DataRule-Element analysiert werden kann.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ElementType As Type
    Get
    Private Set
public Type ElementType { get; private set; }
public:
property Type^ ElementType {
    Type^ get ();
    private: void set (Type^ value);
}
member ElementType : Type with get, private set
function get ElementType () : Type
private function set ElementType (value : Type)

Eigenschaftswert

Typ: System.Type
Ein Type-Element für ein IModelElement-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SupportedElementTypeAttribute Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace

DataRule

IModelElement