IEntityType.TryGetProperty(String, IEntityProperty) 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.
Tries to get information about a property.
public bool TryGetProperty (string propertyName, out Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty? entityProperty);
abstract member TryGetProperty : string * IEntityProperty -> bool
Public Function TryGetProperty (propertyName As String, ByRef entityProperty As IEntityProperty) As Boolean
Parameters
- propertyName
- String
A property name
- entityProperty
- IEntityProperty
A IEntityProperty object, if it exists.
Returns
true
if we can find the property.