IPropertiesFilter.RequireProperty Method
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.
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.