DocumentViewerBase.CanGoToPreviousPagePropertyKey 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 CanGoToPreviousPage 相依性屬性索引鍵。
protected: static initonly System::Windows::DependencyPropertyKey ^ CanGoToPreviousPagePropertyKey;
protected static readonly System.Windows.DependencyPropertyKey CanGoToPreviousPagePropertyKey;
staticval mutable CanGoToPreviousPagePropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly CanGoToPreviousPagePropertyKey As DependencyPropertyKey
欄位值
備註
如果您衍生自 DocumentViewerBase ,則需要此索引鍵才能設定相依性屬性的值 CanGoToPreviousPage 。 呼叫 SetValue(DependencyPropertyKey, Object) ,傳遞 CanGoToPreviousPagePropertyKey 作為 key
參數。