PropertyDefinition(T)-Konstruktor
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
defaultValue As Nullable(Of T) _
)
'Usage
Dim name As String
Dim defaultValue As Nullable(Of T)
Dim instance As New PropertyDefinition(name, defaultValue)
protected PropertyDefinition(
string name,
Nullable<T> defaultValue
)
protected:
PropertyDefinition(
String^ name,
Nullable<T> defaultValue
)
new :
name:string *
defaultValue:Nullable<'T> -> PropertyDefinition
protected function PropertyDefinition(
name : String,
defaultValue : Nullable<T>
)
Parameter
- name
Typ: System. . :: . .String
- defaultValue
Typ: System. . :: . .Nullable< (Of < ( <'T> ) > ) >