Compartilhar via


EntityProperty Class

Definition

The basic core implementation of the property metadata.

[System.Diagnostics.DebuggerDisplay("{PropertyName} Property")]
[System.Runtime.CompilerServices.Nullable(0)]
public abstract class EntityProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty
[<System.Diagnostics.DebuggerDisplay("{PropertyName} Property")>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityProperty = class
    interface IEntityProperty
Public MustInherit Class EntityProperty
Implements IEntityProperty
Inheritance
EntityProperty
Derived
Attributes
Implements

Constructors

EntityProperty(Int32, String)

Initializes a new instance of the EntityProperty class.

Properties

Index
PropertyName

Applies to