DesignerAutoFormatCollection.IndexOf(DesignerAutoFormat) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the index of the specified DesignerAutoFormat object within the collection.
public:
int IndexOf(System::Web::UI::Design::DesignerAutoFormat ^ format);
public int IndexOf(System.Web.UI.Design.DesignerAutoFormat format);
member this.IndexOf : System.Web.UI.Design.DesignerAutoFormat -> int
Public Function IndexOf (format As DesignerAutoFormat) As Integer
- format
- DesignerAutoFormat
The DesignerAutoFormat to locate within the collection.
The zero-based index of the first occurrence of format
within the collection; otherwise, -1, if the format is not in the collection.
The IndexOf method determines equality by using the Equals method on the DesignerAutoFormat objects that are being compared.
Продукт | Версии |
---|---|
.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 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: