SupportedElementTypeAttribute.ElementType (Propiedad)

Tipo de elemento que se puede analizar mediante el objeto DataRule asociado.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Type
Type para un objeto IModelElement.

Seguridad de .NET Framework

Vea también

Referencia

SupportedElementTypeAttribute Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)

DataRule

IModelElement