PexFocusOnAttributeBase.TryGetFocusedTypes 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.
Gets the included types.
public:
virtual bool TryGetFocusedTypes(Microsoft::Pex::Engine::Logging::IPexLog ^ log, [Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ % types);
public bool TryGetFocusedTypes (Microsoft.Pex.Engine.Logging.IPexLog log, out Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition> types);
abstract member TryGetFocusedTypes : Microsoft.Pex.Engine.Logging.IPexLog * IIndexable -> bool
override this.TryGetFocusedTypes : Microsoft.Pex.Engine.Logging.IPexLog * IIndexable -> bool
Public Function TryGetFocusedTypes (log As IPexLog, ByRef types As IIndexable(Of TypeDefinition)) As Boolean
Parameters
- log
- Microsoft.Pex.Engine.Logging.IPexLog
- types
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>
The included types.
Returns
The included types.
Implements
Microsoft.Pex.Engine.Focus.IPexFocus.TryGetFocusedTypes(Microsoft.Pex.Engine.Logging.IPexLog,Microsoft.ExtendedReflection.Collections.IIndexable{Microsoft.ExtendedReflection.Metadata.TypeDefinition}@)