XamlWriterState 列挙型

定義

カスタム XAML ライターの使用可能な書き込み状態を記述します。

public enum class XamlWriterState
public enum XamlWriterState
type XamlWriterState = 
Public Enum XamlWriterState
継承
XamlWriterState

フィールド

Finished 1

XamlWriter の操作が完了しました。

Starting 0

XamlWriter の操作が完了しました。

注釈

既存のWindows Presentation Foundation (WPF) API では、その値にこの列挙体が使用されません。 カスタム XAML ライターに使用できます。

適用対象