Compartir a través de


EntityProperty(Int32, String) Constructor

Definition

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.

Applies to