SubMenuStyleCollection.IndexOf(SubMenuStyle) Method
Definition
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.
Determines the location of a specified SubMenuStyle object in the SubMenuStyleCollection collection.
public:
int IndexOf(System::Web::UI::WebControls::SubMenuStyle ^ style);
public int IndexOf (System.Web.UI.WebControls.SubMenuStyle style);
member this.IndexOf : System.Web.UI.WebControls.SubMenuStyle -> int
Public Function IndexOf (style As SubMenuStyle) As Integer
Parameters
- style
- SubMenuStyle
The SubMenuStyle object to locate in the SubMenuStyleCollection collection.
Returns
The index of the specified SubMenuStyle object if it is found in the list; otherwise, -1.
Remarks
The OnValidate method is called to validate the style
parameter before the index is returned.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา