Condividi tramite


Proprietà SupportedElementTypeAttribute.ElementType

Tipo di elemento che può essere analizzato mediante l'oggetto DataRule associato.

Spazio dei nomi:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Type
Oggetto Type per un oggetto IModelElement.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SupportedElementTypeAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis

DataRule

IModelElement