Validate-Methode (Object, String)
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub Validate ( _
component As Object, _
value As String _
)
'Usage
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
)