Partilhar via


Propriedade SupportedElementTypeAttribute.ElementType

O tipo de elemento que pode ser analisado pelo associado DataRule.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Type
A Type para um IModelElement objeto.

Segurança do .NET Framework

Consulte também

Referência

SupportedElementTypeAttribute Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

DataRule

IModelElement