Partager via


EnumProperty(String, Type, Object, IList<Int32>) Constructeur

Définition

Crée une instance de la classe EnumProperty.

public:
 EnumProperty(System::String ^ name, Type ^ enumType, System::Object ^ defaultValue, System::Collections::Generic::IList<int> ^ validValues);
public EnumProperty (string name, Type enumType, object defaultValue, System.Collections.Generic.IList<int> validValues);
new Microsoft.ReportingServices.RdlObjectModel.EnumProperty : string * Type * obj * System.Collections.Generic.IList<int> -> Microsoft.ReportingServices.RdlObjectModel.EnumProperty
Public Sub New (name As String, enumType As Type, defaultValue As Object, validValues As IList(Of Integer))

Paramètres

name
String

Nom de la propriété d'énumération.

enumType
Type

Type d'énumération.

defaultValue
Object

Valeur par défaut.

validValues
IList<Int32>

Valeurs valides.

S’applique à