Heureka API .NET Documentation
ContainsTreatment Method



Type to check for
Checks if the treatment result contains the given type
Syntax
'Declaration
 
Public Function ContainsTreatment( _
   ByVal t As Type _
) As Boolean
'Usage
 
Dim instance As Result
Dim t As Type
Dim value As Boolean
 
value = instance.ContainsTreatment(t)
public bool ContainsTreatment( 
   Type t
)
public:
bool ContainsTreatment( 
   Type^ t
) 

Parameters

t
Type to check for

Return Value

True if type exists, false otherwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Result Class
Result Members

Send Feedback