ProvideViewAttribute Class

Definition

This attribute declares that an editor factory class offers a particular logical view.

public ref class ProvideViewAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideViewAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideViewAttribute = class
    inherit Attribute
Public NotInheritable Class ProvideViewAttribute
Inherits Attribute
Inheritance
ProvideViewAttribute
Attributes

Remarks

This attribute should be placed on a class that implements IVsEditorFactory.

Constructors

ProvideViewAttribute(LogicalView, String)

Creates a new attribute.

Properties

LogicalView

Gets the logical view in this attribute.

PhysicalView

Returns the physical view that is mapped to the logical view.

Applies to