Share via


DocumentViewerBase.PageCountPropertyKey フィールド

定義

PageCount 依存関係プロパティのキーを識別します。

protected: static initonly System::Windows::DependencyPropertyKey ^ PageCountPropertyKey;
protected static readonly System.Windows.DependencyPropertyKey PageCountPropertyKey;
 staticval mutable PageCountPropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly PageCountPropertyKey As DependencyPropertyKey 

フィールド値

注釈

から DocumentViewerBase派生する場合は、依存関係プロパティの値を設定するためにこのキーが PageCount 必要です。 を呼び出SetValue(DependencyPropertyKey, Object)し、 パラメーターとして をkeyPageCountPropertyKeyします。

適用対象