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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET