다음을 통해 공유


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

자리 표시자 크기(픽셀)입니다.

적용 대상