Construtor PropertyDefinition(T)
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Protected Sub New ( _
name As String, _
defaultValue As Nullable(Of T) _
)
'Uso
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>
)
Parâmetros
- name
Tipo: System. . :: . .String
- defaultValue
Tipo: System. . :: . .Nullable< (Of < ( <'T> ) > ) >