PropertyDefinition<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティ定義を表します。
generic <typename T>
where T : value classpublic ref class PropertyDefinition abstract : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition, Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition
public abstract class PropertyDefinition<T> : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition, Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition where T : struct
type PropertyDefinition<'T (requires 'T : struct)> = class
inherit PropertyDefinition
interface IPropertyDefinition
Public MustInherit Class PropertyDefinition(Of T)
Inherits PropertyDefinition
Implements IPropertyDefinition
型パラメーター
- T
定義の種類。
- 継承
- 派生
- 実装
コンストラクター
PropertyDefinition<T>(String, Nullable<T>) |
PropertyDefinition<T> クラスの新しいインスタンスを初期化します。 |
プロパティ
Default |
プロパティ属性の既定値を取得します。 |
Name |
プロパティ名。 (継承元 PropertyDefinition) |
明示的なインターフェイスの実装
IPropertyDefinition.Default |
プロパティ属性の既定値を取得します。 |
IPropertyDefinition.Maximum |
文字列プロパティの最大値を取得します。 |
IPropertyDefinition.Minimum |
オブジェクトの最小定義を取得します。 |
IPropertyDefinition.Validate(Object, Object) |
指定された値が有効な型 |