Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the extent is significant.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Déclaration
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.