ProvidePhysicalViewAttributesAttribute Class

Definition

Declares the attributes for a physical view offered by an editor.

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

Constructors

ProvidePhysicalViewAttributesAttribute(String, __VSPHYSICALVIEWATTRIBUTES)

Initializes a new instance of the ProvidePhysicalViewAttributesAttribute class.

Properties

Attributes

Gets the attributes for the physical view.

PhysicalView

Gets the name of the physical view.

Applies to