Chili.Opf3 Send comments on this topic.
RelationIsHandled Method
See Also 
Chili.Opf3 Namespace > IRelationsPopulateHelper Interface : RelationIsHandled Method




relationName
The name of the relation that is checked for being handled.
info
An instance of the RelationInformation object that holds the most important information for the relation.
Returns whether the relation is handled by the interface.

Syntax

Visual Basic (Declaration) 
Overridable Function RelationIsHandled( _
   ByVal relationName As String, _
   ByVal info As RelationInformation _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IRelationsPopulateHelper
Dim relationName As String
Dim info As RelationInformation
Dim value As Boolean
 
value = instance.RelationIsHandled(relationName, info)
C# 
virtual bool RelationIsHandled( 
   string relationName,
   RelationInformation info
)
Managed Extensions for C++ 
virtual bool RelationIsHandled( 
   string* relationName,
   RelationInformation* info
) 
C++/CLI 
virtual bool RelationIsHandled( 
   String^ relationName,
   RelationInformation^ info
) 

Parameters

relationName
The name of the relation that is checked for being handled.
info
An instance of the RelationInformation object that holds the most important information for the relation.

Return Value

True if the relation is handled by the interface; otherwise false.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also