PexExplorableFromConstructorAndSettersAttribute.PropertiesToConsider Property
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.
Which properties should be considered to create instances (default: all)
protected:
virtual property System::Collections::Generic::IEnumerable<Microsoft::ExtendedReflection::Metadata::Property ^> ^ PropertiesToConsider { System::Collections::Generic::IEnumerable<Microsoft::ExtendedReflection::Metadata::Property ^> ^ get(); };
protected virtual System.Collections.Generic.IEnumerable<Microsoft.ExtendedReflection.Metadata.Property> PropertiesToConsider { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Pex.Framework.Explorable.PexExplorableFromConstructorAndSettersAttribute+<get_PropertiesToConsider>d__5))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Pex.Framework.Explorable.PexExplorableFromConstructorAndSettersAttribute+<get_PropertiesToConsider>d__5))>]
member this.PropertiesToConsider : seq<Microsoft.ExtendedReflection.Metadata.Property>
Protected Overridable ReadOnly Property PropertiesToConsider As IEnumerable(Of Property)
Property Value
IEnumerable<Microsoft.ExtendedReflection.Metadata.Property>
Returns IEnumerable<T>.
- Attributes