Store::InRedo Property

 

Gets the store and verifies whether the current context of the store is being redone.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property bool InRedo {
	bool get();
}

Property Value

Type: System::Boolean

true if the store is being redone; otherwise, false.

Return to top
Show: