Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new instance of StringDifferenceOptions with the specified options.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Sub New ( _
other As StringDifferenceOptions _
)
public StringDifferenceOptions(
StringDifferenceOptions other
)
public:
StringDifferenceOptions(
StringDifferenceOptions other
)
new :
other:StringDifferenceOptions -> StringDifferenceOptions
public function StringDifferenceOptions(
other : StringDifferenceOptions
)
Parameters
other
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptionsThe other options.
.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.
See Also
Reference
StringDifferenceOptions Structure