XamlWriterState Enum
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.
Describes possible writing states for a custom XAML writer.
public enum class XamlWriterState
public enum XamlWriterState
type XamlWriterState =
Public Enum XamlWriterState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Starting | 0 | The XamlWriter has started its operation. |
Finished | 1 | The XamlWriter has completed its operation. |
Remarks
No existing Windows Presentation Foundation (WPF) API uses this enumeration for its values. It could be used for a custom XAML writer.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.