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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.