Validate メソッド (Object, String)

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

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

構文

'宣言
Public Sub Validate ( _
    component As Object, _
    value As String _
)
'使用
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As String

instance.Validate(component, value)
public void Validate(
    Object component,
    string value
)
public:
void Validate(
    Object^ component, 
    String^ value
)
member Validate : 
        component:Object * 
        value:string -> unit 
public function Validate(
    component : Object, 
    value : String
)

パラメーター