Attempts to get IConfigurationCell with the specified label.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual bool TryGetByIDLabel( string label, out IConfigurationCell configurationCell )
Public Overridable Function TryGetByIDLabel ( _ label As String, _ <OutAttribute> ByRef configurationCell As IConfigurationCell _ ) As Boolean
public: virtual bool TryGetByIDLabel( String^ label, [OutAttribute] IConfigurationCell^% configurationCell )
Parameters
- configurationCell (IConfigurationCell%)
- When this method returns, contains the IConfigurationCell with the specified label, if found; otherwise, null is returned.
Return Value
true if the ConfigurationCellCollection contains an element with the specified label; otherwise, false.