ViewManagerAttribute Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents an attribute that can be placed on the root of a model object graph to specify which view manager should be used to present the view.

Namespace:  System.Activities.Design.Documents
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := True, AllowMultiple := False)> _
Public NotInheritable Class ViewManagerAttribute _
    Inherits Attribute
'Usage
Dim instance As ViewManagerAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class ViewManagerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = true, AllowMultiple = false)]
public ref class ViewManagerAttribute sealed : public Attribute
public final class ViewManagerAttribute extends Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)>]
type ViewManagerAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System.Object
  System.Attribute
    System.Activities.Design.Documents.ViewManagerAttribute

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.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ViewManagerAttribute Members

System.Activities.Design.Documents Namespace