ViewManager Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Manages and provides the view for the designer.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class ViewManager _
Implements IDisposable
'Usage
Dim instance As ViewManager
public abstract class ViewManager : IDisposable
public ref class ViewManager abstract : IDisposable
public abstract class ViewManager implements IDisposable
Remarks
The ViewManager class is used by the MarkupDocumentManager class to provide the view for the designer.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.ViewManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents Namespace