DocumentViewerBase.MasterPageNumberPropertyKey Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Identifica la chiave della proprietà di dipendenza MasterPageNumber.
protected: static initonly System::Windows::DependencyPropertyKey ^ MasterPageNumberPropertyKey;
protected static readonly System.Windows.DependencyPropertyKey MasterPageNumberPropertyKey;
staticval mutable MasterPageNumberPropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly MasterPageNumberPropertyKey As DependencyPropertyKey
Valore del campo
Commenti
Se si deriva da DocumentViewerBase, è necessaria questa chiave per impostare il valore della proprietà di MasterPageNumber dipendenza. Chiamare SetValue(DependencyPropertyKey, Object), passando MasterPageNumberPropertyKey come key
parametro.