GoDiagram Win Reference
FindProperty(GoPropertyModifierArgs) Method

The specified parameters.
Finds a value according to the specified parameters.
Syntax
'Declaration
 
Public Overloads Overridable Function FindProperty( _
   ByVal e As GoPropertyModifierArgs _
) As Object
public virtual object FindProperty( 
   GoPropertyModifierArgs e
)

Parameters

e
The specified parameters.

Return Value

Returns an object according to the specified parameters. If no suitable object is found that conforms to the specified parameters, then this returns null.
Remarks

When the GoPropertyModifierArgs.GoPropertyModifierArgs.Choice value has the GoPropertyModifierChoice.Primary flag set, this will call FindItemProperty on the first object in the Collection. When the GoPropertyModifierArgs.GoPropertyModifierArgs.Choice value has the GoPropertyModifierChoice.Secondary flag set, this will call FindItemProperty on all the rest of the objects in the Collection. The first successful call to FindItemProperty will return that value.

If Collection is null, then this method just returns null.

You may find it convenient to call one of the overloaded methods: FindProperty(Int32,GoPropertyModifierChoice) or FindProperty(Int32,GoPropertyModifierPart,GoPropertyModifierChoice)

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

GoPropertyModifier Class
GoPropertyModifier Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback