PropertyDefinition(T) 類別
Represents a property definition.
命名空間: 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
繼承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel..::..PropertyDefinition<(Of <(<'T>)>)>
Microsoft.ReportingServices.RdlObjectModel. . :: . .ColorProperty
Microsoft.ReportingServices.RdlObjectModel. . :: . .ComparablePropertyDefinition< (Of < ( <'T> ) > ) >
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。