LoggingChannelOptions Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.