ActivationConstraint.SolutionState(SolutionState) 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.
Creates an activation constraint that is true
when the solution state matches state
.
public static Microsoft.VisualStudio.Extensibility.ActivationConstraint SolutionState (Microsoft.VisualStudio.Extensibility.SolutionState state);
static member SolutionState : Microsoft.VisualStudio.Extensibility.SolutionState -> Microsoft.VisualStudio.Extensibility.ActivationConstraint
Public Shared Function SolutionState (state As SolutionState) As ActivationConstraint
Parameters
- state
- SolutionState
The solution state.
Returns
A constraint that is true
when the solution state matches state
.