TextExtent::IsSignificant Property

 

Determines whether the extent is significant.

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

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

Property Value

Type: System::Boolean

true if the extent is significant, otherwise false.

This property returns false for whitespace or other insignificant characters that should be ignored during navigation.

Return to top
Show: