プロパティ定義を表します。
継承階層
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<T>
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public MustInherit Class PropertyDefinition(Of T As {Structure, New}) _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'使用
Dim instance As PropertyDefinition(Of T)
public abstract class PropertyDefinition<T> : PropertyDefinition,
IPropertyDefinition
where T : struct, new()
generic<typename T>
where T : value class, gcnew()
public ref class PropertyDefinition abstract : public PropertyDefinition,
IPropertyDefinition
[<AbstractClassAttribute>]
type PropertyDefinition<'T when 'T : struct, new()> =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
JScript は汎用の型およびメソッドをサポートしていません。
型パラメーター
- T
定義の種類。
PropertyDefinition<T> 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
PropertyDefinition<T> | インフラストラクチャです。 PropertyDefinition<T> クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Default | プロパティ属性の既定値を取得します。 |
![]() |
Name | プロパティの名前。 (PropertyDefinition から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
| 名前 | 説明 | |
|---|---|---|
![]() ![]() |
IPropertyDefinition.Default | プロパティ属性の既定値を取得します。 |
![]() ![]() |
IPropertyDefinition.Maximum | プロパティ定義の最大値を取得します。 |
![]() ![]() |
IPropertyDefinition.Minimum | プロパティ定義の最小値を取得します。 |
![]() ![]() |
IPropertyDefinition.Validate | 指定された値が有効な型 T であるかどうか、最小値と最大値の範囲内にあるかどうかを検証します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)