EnumProperty 생성자
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Creates a new instance of the EnumProperty class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Sub New ( _
name As String, _
enumType As Type, _
defaultValue As Object, _
validValues As IList(Of Integer) _
)
‘사용 방법
Dim name As String
Dim enumType As Type
Dim defaultValue As Object
Dim validValues As IList(Of Integer)
Dim instance As New EnumProperty(name, enumType, _
defaultValue, validValues)
public EnumProperty(
string name,
Type enumType,
Object defaultValue,
IList<int> validValues
)
public:
EnumProperty(
String^ name,
Type^ enumType,
Object^ defaultValue,
IList<int>^ validValues
)
new :
name:string *
enumType:Type *
defaultValue:Object *
validValues:IList<int> -> EnumProperty
public function EnumProperty(
name : String,
enumType : Type,
defaultValue : Object,
validValues : IList<int>
)
매개 변수
- name
유형: System. . :: . .String
The name of the enum property.
- enumType
유형: System. . :: . .Type
The enumeration type.
- defaultValue
유형: System. . :: . .Object
The default value.
- validValues
유형: System.Collections.Generic. . :: . .IList< (Of < ( <'Int32> ) > ) >
The valid values.