DocumentViewerBase.SetIsMasterPage(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà associata IsMasterPage per un oggetto dipendenza specificato.

public:
 static void SetIsMasterPage(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsMasterPage (System.Windows.DependencyObject element, bool value);
static member SetIsMasterPage : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsMasterPage (element As DependencyObject, value As Boolean)

Parametri

element
DependencyObject

Oggetto dipendenza per cui impostare il valore della proprietà IsMasterPage.

value
Boolean

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato se element è null.

Commenti

La pagina master corrisponde all'oggetto DocumentPageView (nell'insiemePageViews) che include la IsMasterPage proprietà associata con un valore .true Per altre informazioni, vedere IsMasterPage.

Si applica a

Vedi anche