Прочетете на английски Редактиране

Споделяне чрез


DesignerAutoFormatCollection.IndexOf(DesignerAutoFormat) Method

Definition

Returns the index of the specified DesignerAutoFormat object within the collection.

C#
public int IndexOf(System.Web.UI.Design.DesignerAutoFormat format);

Parameters

format
DesignerAutoFormat

The DesignerAutoFormat to locate within the collection.

Returns

The zero-based index of the first occurrence of format within the collection; otherwise, -1, if the format is not in the collection.

Remarks

The IndexOf method determines equality by using the Equals method on the DesignerAutoFormat objects that are being compared.

Applies to

Продукт Версии
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also