Freigeben über


TextExtent.IsSignificant-Eigenschaft

Bestimmt, ob der Extent signifikant ist.

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 with get
function get IsSignificant () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn der Block relevant ist, andernfalls false.

Hinweise

Diese Eigenschaft gibt false für Leerstellen oder andere unbedeutende Zeichen zurück, die bei der Navigation ignoriert werden sollen.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextExtent Struktur

Microsoft.VisualStudio.Text.Operations-Namespace