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

占位符的大小(以像素为单位)。

适用于