public virtual bool TryGetByIDLabel(
string label,
out IConfigurationCell configurationCell
)Public Overridable Function TryGetByIDLabel (
label As String,
<OutAttribute> ByRef configurationCell As IConfigurationCell
) As Booleanpublic:
virtual bool TryGetByIDLabel(
String^ label,
[OutAttribute] IConfigurationCell^% configurationCell
)function TryGetByIDLabel(label, configurationCell);