RouteTemplate.GetSegment(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある を TemplateSegment 取得します。
public:
Microsoft::AspNetCore::Routing::Template::TemplateSegment ^ GetSegment(int index);
public Microsoft.AspNetCore.Routing.Template.TemplateSegment GetSegment (int index);
public Microsoft.AspNetCore.Routing.Template.TemplateSegment? GetSegment (int index);
member this.GetSegment : int -> Microsoft.AspNetCore.Routing.Template.TemplateSegment
Public Function GetSegment (index As Integer) As TemplateSegment
パラメーター
- index
- Int32
取得する要素のインデックス。
戻り値
TemplateSegment のインスタンス。