Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaración
ReadOnly Property AddedLineSpans As IEnumerable(Of ITrackingSpan)
IEnumerable<ITrackingSpan> AddedLineSpans { get; }
property IEnumerable<ITrackingSpan^>^ AddedLineSpans {
IEnumerable<ITrackingSpan^>^ get ();
}
abstract AddedLineSpans : IEnumerable<ITrackingSpan>
function get AddedLineSpans () : IEnumerable<ITrackingSpan>
Property Value
Type: System.Collections.Generic.IEnumerable<ITrackingSpan>
.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.