PexFocusOnAttributeBase.TryGetFocusedTypes Method
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.
C++
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
- log
- Microsoft.Pex.Engine.Logging.IPexLog
- types
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>
The included types.
The included types.
Microsoft.Pex.Engine.Focus.IPexFocus.TryGetFocusedTypes(Microsoft.Pex.Engine.Logging.IPexLog,Microsoft.ExtendedReflection.Collections.IIndexable{Microsoft.ExtendedReflection.Metadata.TypeDefinition}@)
Produit | Versions |
---|---|
Visual Studio SDK | 2017, 2019 |