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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.