Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new page content, using the specified view factory, tasks and object ID.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public static PageContent Create(
Func<object, IComponent, UIElement> viewFactory,
TaskCollection tasks,
object oid
)
public:
static PageContent^ Create(
Func<Object^, IComponent^, UIElement^>^ viewFactory,
TaskCollection^ tasks,
Object^ oid
)
Public Shared Function Create (
viewFactory As Func(Of Object, IComponent, UIElement),
tasks As TaskCollection,
oid As Object
) As PageContent
Parameters
viewFactory
Type: System.Func<Object, IComponent, UIElement>The view factory.
tasks
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.TaskCollectionThe tasks.
oid
Type: System.ObjectThe object ID.
Return Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.PageContent
The new page content.
See Also
Create Overload
PageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top