Share via


IPropertiesFilter.RequireProperty Method

Definition

Overloads

RequireProperty(IEntityProperty)

Adds a property to the available properties list.

RequireProperty(String)

Adds a property to the available properties list.

RequireProperty(IEntityProperty)

Adds a property to the available properties list.

public void RequireProperty (Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty entityProperty);
abstract member RequireProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty -> unit
Public Sub RequireProperty (entityProperty As IEntityProperty)

Parameters

entityProperty
IEntityProperty

The definition of the property.

Applies to

RequireProperty(String)

Adds a property to the available properties list.

public void RequireProperty (string propertyName);
abstract member RequireProperty : string -> unit
Public Sub RequireProperty (propertyName As String)

Parameters

propertyName
String

The name of a property.

Applies to