EntityProperty(Int32, String) Constructor
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.
Initializes a new instance of the EntityProperty class.
protected EntityProperty (int index, string propertyName);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityProperty : int * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityProperty
Protected Sub New (index As Integer, propertyName As String)
Parameters
- index
- Int32
The index of the property (starts from 0).
- propertyName
- String
The name of the property.