PlaceholderContext(Int32, Single) コンストラクター

定義

新しい PlaceholderContext インスタンスを作成します。

public PlaceholderContext (int index, float size = 0);
new Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext : int * single -> Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext
Public Sub New (index As Integer, Optional size As Single = 0)

パラメーター

index
Int32

プレースホルダーの項目インデックス。

size
Single

プレースホルダーのサイズ (ピクセル単位)。

適用対象