StringDifferenceOptions Oluşturucular

Tanım

Aşırı Yüklemeler

StringDifferenceOptions(StringDifferenceOptions)

StringDifferenceOptionsVerilen öğesinden bir oluşturur StringDifferenceOptions .

StringDifferenceOptions(StringDifferenceTypes, Int32, Boolean)

Bir oluşturur StringDifferenceOptions .

StringDifferenceOptions(StringDifferenceOptions)

StringDifferenceOptionsVerilen öğesinden bir oluşturur StringDifferenceOptions .

public:
 StringDifferenceOptions(Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions other);
 StringDifferenceOptions(Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions other);
public StringDifferenceOptions (Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions other);
new Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions : Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions -> Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
Public Sub New (other As StringDifferenceOptions)

Parametreler

other
StringDifferenceOptions

StringDifferenceOptionsYeni bir oluşturmak için kullanılacak StringDifferenceOptions .

Şunlara uygulanır

StringDifferenceOptions(StringDifferenceTypes, Int32, Boolean)

Bir oluşturur StringDifferenceOptions .

public:
 StringDifferenceOptions(Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes differenceType, int locality, bool ignoreTrimWhiteSpace);
public:
 StringDifferenceOptions(Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes differenceType, int locality, bool ignoreTrimWhiteSpace);
 StringDifferenceOptions(Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes differenceType, int locality, bool ignoreTrimWhiteSpace);
public StringDifferenceOptions (Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes differenceType, int locality, bool ignoreTrimWhiteSpace);
new Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions : Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes * int * bool -> Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
Public Sub New (differenceType As StringDifferenceTypes, locality As Integer, ignoreTrimWhiteSpace As Boolean)

Parametreler

differenceType
StringDifferenceTypes

Satır, sözcük ve karakter fark kayıt dizisi olarak yapılacak, yapılacak dize fark kaydı türü.

locality
Int32

Fark kayıt öğesi (satır, Aralık veya karakter) en büyük mesafe, aynı kaynağın bir parçası olarak hareket edebilir ve yine de kabul edilebilir. 0 değeri, yerleşim denetimini devre dışı bırakır.

ignoreTrimWhiteSpace
Boolean

Boşluk 'nın yoksayılıp sayılmayacağını belirler.

Şunlara uygulanır