言語

DocumentViewerBase.MasterPageNumberPropertyKey フィールド

定義

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 

フィールド値

注釈

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

適用対象