Freigeben über


LoggingChannelOptions Konstruktoren

Definition

Überlädt

LoggingChannelOptions()

Erstellt ein LoggingChannelOptions-Objekt , bei dem alle Optionen auf Standardwerte festgelegt sind.

LoggingChannelOptions(Guid)

Erstellt ein LoggingChannelOptions-Objekt , bei dem alle Eigenschaften auf Standardwerte mit Ausnahme der angegebenen Gruppe festgelegt sind.

LoggingChannelOptions()

Erstellt ein LoggingChannelOptions-Objekt , bei dem alle Optionen auf Standardwerte festgelegt sind.

public:
 LoggingChannelOptions();
 LoggingChannelOptions();
public LoggingChannelOptions();
function LoggingChannelOptions()
Public Sub New ()

Weitere Informationen

Gilt für:

LoggingChannelOptions(Guid)

Erstellt ein LoggingChannelOptions-Objekt , bei dem alle Eigenschaften auf Standardwerte mit Ausnahme der angegebenen Gruppe festgelegt sind.

public:
 LoggingChannelOptions(Platform::Guid group);
 LoggingChannelOptions(winrt::guid const& group);
public LoggingChannelOptions(Guid group);
function LoggingChannelOptions(group)
Public Sub New (group As Guid)

Parameter

group
Guid

Platform::Guid

winrt::guid

Der Gruppenbezeichner.

Gilt für: