PlaceholderContext(Int32, Single) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
构造新的 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
占位符的大小(以像素为单位)。