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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.