NDepend.API Documentation
CanChangeQueryActivation Method
NDepend.CodeQuery Namespace > IController Interface : CanChangeQueryActivation Method
The query on which to change the activation.
If false is returned, contains the plain-english explanation of the failure.
Gets a value indicating whether query.IGroup.IsActive can be changed.
Syntax
bool CanChangeQueryActivation( 
   IQuery query,
   out string failureReason
)

Parameters

query
The query on which to change the activation.
failureReason
If false is returned, contains the plain-english explanation of the failure.
Remarks
If query.IGroup.IsExtractedFromCode its activation cannot be changed.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IController Interface
IController Members