PropertyDefinition(T) コンストラクター

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Sub New ( _
    name As String, _
    defaultValue As Nullable(Of T) _
)
'使用
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>
)

パラメーター