| Visual Basic (Declaration) | |
|---|---|
Overridable Function RelationIsHandled( _ ByVal relationName As String, _ ByVal info As RelationInformation _ ) As Boolean | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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