IndentSize::IsValid Method (Int32)

 

Determines whether a given indent size is valid.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
virtual bool IsValid(
	int% proposedValue
) override

Parameters

proposedValue
Type: System::Int32

The size of the indent, in number of spaces.

Return Value

Type: System::Boolean

true if the size is valid, otherwise false.

Return to top
Show: