Compartilhar via


PexFocusOnAttributeBase.TryGetFocusedMethods Method

Definition

Tries to get the focused methods.

public:
 virtual bool TryGetFocusedMethods(Microsoft::Pex::Engine::Logging::IPexLog ^ log, [Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::MethodDefinition ^> ^ % methods);
public bool TryGetFocusedMethods (Microsoft.Pex.Engine.Logging.IPexLog log, out Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition> methods);
abstract member TryGetFocusedMethods : Microsoft.Pex.Engine.Logging.IPexLog * IIndexable -> bool
override this.TryGetFocusedMethods : Microsoft.Pex.Engine.Logging.IPexLog * IIndexable -> bool
Public Function TryGetFocusedMethods (log As IPexLog, ByRef methods As IIndexable(Of MethodDefinition)) As Boolean

Parameters

log
Microsoft.Pex.Engine.Logging.IPexLog

The log.

methods
Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition>

The methods.

Returns

Implements

Microsoft.Pex.Engine.Focus.IPexFocus.TryGetFocusedMethods(Microsoft.Pex.Engine.Logging.IPexLog,Microsoft.ExtendedReflection.Collections.IIndexable{Microsoft.ExtendedReflection.Metadata.MethodDefinition}@)

Applies to