ProvideViewAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |