PexFocusOnAttributeBase Constructors
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
PexFocusOnAttributeBase() |
Initializes a new instance of the PexFocusOnAttributeBase class. |
PexFocusOnAttributeBase(PexSearchPriority) |
Initializes a new instance of the PexFocusOnAttributeBase class. |
PexFocusOnAttributeBase()
Initializes a new instance of the PexFocusOnAttributeBase class.
protected:
PexFocusOnAttributeBase();
protected PexFocusOnAttributeBase ();
Protected Sub New ()
Applies to
PexFocusOnAttributeBase(PexSearchPriority)
Initializes a new instance of the PexFocusOnAttributeBase class.
protected:
PexFocusOnAttributeBase(Microsoft::Pex::Framework::Focus::PexSearchPriority searchPriority);
protected PexFocusOnAttributeBase (Microsoft.Pex.Framework.Focus.PexSearchPriority searchPriority);
new Microsoft.Pex.Framework.Focus.PexFocusOnAttributeBase : Microsoft.Pex.Framework.Focus.PexSearchPriority -> Microsoft.Pex.Framework.Focus.PexFocusOnAttributeBase
Protected Sub New (searchPriority As PexSearchPriority)
Parameters
- searchPriority
- PexSearchPriority
The search priority.