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), передавая PageCountPropertyKey в key качестве параметра .

Применяется к