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)

Syntax

'Declaration
Public ReadOnly Property IsSignificant As Boolean
public bool IsSignificant { get; }
public:
property bool IsSignificant {
    bool get ();
}
member IsSignificant : bool
function get IsSignificant () : boolean

Property Value

Type: System.Boolean
true if the extent is significant, otherwise false.

Remarks

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

.NET Framework Security

See Also

Reference

TextExtent Structure

Microsoft.VisualStudio.Text.Operations Namespace