Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace > GoPropertyModifier Class > FindProperty Method : FindProperty(GoPropertyModifierArgs) Method |
'Declaration Public Overloads Overridable Function FindProperty( _ ByVal e As GoPropertyModifierArgs _ ) As Object
public virtual object FindProperty( GoPropertyModifierArgs e )
null
.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)
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