EnumProperty(String, Type, Object, IList<Int32>) 建構函式

定義

建立 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))

參數

name
String

列舉屬性的名稱。

enumType
Type

列舉類型。

defaultValue
Object

預設值。

validValues
IList<Int32>

有效值。

適用於