Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of a FormatItemsEventArgs.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Sub New ( _
items As ReadOnlyCollection(Of String) _
)
public FormatItemsEventArgs(
ReadOnlyCollection<string> items
)
public:
FormatItemsEventArgs(
ReadOnlyCollection<String^>^ items
)
new :
items:ReadOnlyCollection<string> -> FormatItemsEventArgs
public function FormatItemsEventArgs(
items : ReadOnlyCollection<String>
)
Parameters
- items
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A collection of the items that have changed.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | items is nulla null reference (Nothing in Visual Basic). |
.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.