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

适用于