ProvidePhysicalViewAttributesAttribute 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.
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. |