Costruttore StringDifferenceOptions (StringDifferenceOptions)
inizializza una nuova istanza di StringDifferenceOptions con le opzioni specificate.
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As StringDifferenceOptions _
)
public StringDifferenceOptions(
StringDifferenceOptions other
)
public:
StringDifferenceOptions(
StringDifferenceOptions other
)
new :
other:StringDifferenceOptions -> StringDifferenceOptions
public function StringDifferenceOptions(
other : StringDifferenceOptions
)
Parametri
other
Tipo: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptionsle altre opzioni.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
StringDifferenceOptions Struttura