LosFormatter Konstruktoren

Definition

Initialisiert eine neue Instanz der LosFormatter-Klasse.

Überlädt

Name Beschreibung
LosFormatter()

Initialisiert eine neue Instanz der LosFormatter Klasse mithilfe von Standardwerten.

LosFormatter(Boolean, Byte[])

Initialisiert eine neue Instanz der LosFormatter Klasse mithilfe des angegebenen Aktivierungskennzeichnungs- und Computerauthentifizierungscodes (MAC)-Schlüsselmodifizierers.

LosFormatter(Boolean, String)

Initialisiert eine neue Instanz der LosFormatter Klasse mithilfe des angegebenen Aktivierungskennzeichnungs- und Computerauthentifizierungscodes (MAC)-Schlüsselmodifizierers.

LosFormatter()

Initialisiert eine neue Instanz der LosFormatter Klasse mithilfe von Standardwerten.

public:
 LosFormatter();
public LosFormatter();
Public Sub New ()

Gilt für:

LosFormatter(Boolean, Byte[])

Initialisiert eine neue Instanz der LosFormatter Klasse mithilfe des angegebenen Aktivierungskennzeichnungs- und Computerauthentifizierungscodes (MAC)-Schlüsselmodifizierers.

public:
 LosFormatter(bool enableMac, cli::array <System::Byte> ^ macKeyModifier);
public LosFormatter(bool enableMac, byte[] macKeyModifier);
new System.Web.UI.LosFormatter : bool * byte[] -> System.Web.UI.LosFormatter
Public Sub New (enableMac As Boolean, macKeyModifier As Byte())

Parameter

enableMac
Boolean

truezum Aktivieren des Mac-Ansichtszustands; andernfalls . false

macKeyModifier
Byte[]

Der Modifizierer für die MAC-Taste.

Gilt für:

LosFormatter(Boolean, String)

Initialisiert eine neue Instanz der LosFormatter Klasse mithilfe des angegebenen Aktivierungskennzeichnungs- und Computerauthentifizierungscodes (MAC)-Schlüsselmodifizierers.

public:
 LosFormatter(bool enableMac, System::String ^ macKeyModifier);
public LosFormatter(bool enableMac, string macKeyModifier);
new System.Web.UI.LosFormatter : bool * string -> System.Web.UI.LosFormatter
Public Sub New (enableMac As Boolean, macKeyModifier As String)

Parameter

enableMac
Boolean

truezum Aktivieren des Mac-Ansichtszustands; andernfalls . false

macKeyModifier
String

Der Modifizierer für die MAC-Taste.

Gilt für: