SetPages Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Microsoft.SDK.Samples.VistaBridge.Controls.AeroWizard.SetPages(System.Windows.DependencyObject,System.Collections.Generic.List{System.Windows.Controls.Page})]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Controls
Assembly:  VistaBridgeControls (in VistaBridgeControls.dll) Version: 1.3.0.0 (1.3.0.0)

Syntax

C#
public static void SetPages(
	DependencyObject obj,
	List<Page> value
)
Visual Basic (Declaration)
Public Shared Sub SetPages ( _
	obj As DependencyObject, _
	value As List(Of Page) _
)
Visual C++
public:
static void SetPages(
	DependencyObject^ obj, 
	List<Page^>^ value
)

Parameters

obj
Type: System.Windows..::.DependencyObject

[Missing <param name="obj"/> documentation for "M:Microsoft.SDK.Samples.VistaBridge.Controls.AeroWizard.SetPages(System.Windows.DependencyObject,System.Collections.Generic.List{System.Windows.Controls.Page})"]

value
Type: System.Collections.Generic..::.List<(Of <(Page>)>)

[Missing <param name="value"/> documentation for "M:Microsoft.SDK.Samples.VistaBridge.Controls.AeroWizard.SetPages(System.Windows.DependencyObject,System.Collections.Generic.List{System.Windows.Controls.Page})"]

See Also