Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.