PropertiesAvailableStatus.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) | |
RequireProperty(String) |
RequireProperty(IEntityProperty)
public void RequireProperty (Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty entityProperty);
abstract member RequireProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty -> unit
override this.RequireProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty -> unit
Public Sub RequireProperty (entityProperty As IEntityProperty)
Parameters
- entityProperty
- IEntityProperty
Implements
Applies to
RequireProperty(String)
public void RequireProperty (string propertyName);
abstract member RequireProperty : string -> unit
override this.RequireProperty : string -> unit
Public Sub RequireProperty (propertyName As String)
Parameters
- propertyName
- String