Validate 方法 (Object, ReportExpression(T))
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Sub Validate ( _
component As Object, _
value As ReportExpression(Of T) _
)
'用途
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As ReportExpression(Of T)
instance.Validate(component, value)
public void Validate(
Object component,
ReportExpression<T> value
)
public:
void Validate(
Object^ component,
ReportExpression<T> value
)
member Validate :
component:Object *
value:ReportExpression<'T> -> unit
public function Validate(
component : Object,
value : ReportExpression<T>
)
參數
- component
型別:System. . :: . .Object
- value
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >