ISnapshotDifference.SnapshotLineTransforms Propriedade

Definição

As transformações de linha que foram usadas para gerar essa diferença.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^> ^ SnapshotLineTransforms { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform> SnapshotLineTransforms { get; }
member this.SnapshotLineTransforms : seq<Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform>
Public ReadOnly Property SnapshotLineTransforms As IEnumerable(Of SnapshotLineTransform)

Valor da propriedade

IEnumerable<SnapshotLineTransform>

As transformações de linha que foram usadas para gerar essa diferença.

Aplica-se a