ViewEngineCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションで使用できるビュー エンジンのコレクションを表します。
public class ViewEngineCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IViewEngine>
type ViewEngineCollection = class
inherit Collection<IViewEngine>
Public Class ViewEngineCollection
Inherits Collection(Of IViewEngine)
- 継承
-
ViewEngineCollection
コンストラクター
ViewEngineCollection() |
ViewEngineCollection クラスの新しいインスタンスを初期化します。 |
ViewEngineCollection(IList<IViewEngine>) |
指定したビュー エンジンの一覧を ViewEngineCollection 使用して、 クラスの新しいインスタンスを初期化します。 |
メソッド
ClearItems() |
Collection<T> からすべての要素を削除します。 |
FindPartialView(ControllerContext, String) |
指定されたコントローラー コンテキストを使用して指定された部分ビューを検索します。 |
FindView(ControllerContext, String, String) |
指定されたコントローラー コンテキストとマスター ビューを使用して、指定されたビューを検索します。 |
InsertItem(Int32, IViewEngine) |
要素をコレクション内の指定されたインデックス位置に挿入します。 |
RemoveItem(Int32) |
Collection<T> の指定したインデックスにある要素を削除します。 |
SetItem(Int32, IViewEngine) |
指定したインデックス位置にある要素を置き換えます。 |