EventFieldAttribute.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value that specifies how to format the value of a user-defined type.
public:
property System::Diagnostics::Tracing::EventFieldFormat Format { System::Diagnostics::Tracing::EventFieldFormat get(); void set(System::Diagnostics::Tracing::EventFieldFormat value); };
public System.Diagnostics.Tracing.EventFieldFormat Format { get; set; }
member this.Format : System.Diagnostics.Tracing.EventFieldFormat with get, set
Public Property Format As EventFieldFormat
Property Value
The value that specifies how to format the value of a user-defined type.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.