Freigeben über


PlaceholderContext(Int32, Single) Konstruktor

Definition

Erstellt eine neue PlaceholderContext-Instanz.

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)

Parameter

index
Int32

Der Elementindex des Platzhalters.

size
Single

Die Größe des Platzhalters in Pixel.

Gilt für: