Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
Accepts a data item. Depending on the constructor used, the data item will be added to a control, or a DataItemReceived event will be fired.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public void AddItem (
string category,
string description,
Object value
)
'Declaration
Public Sub AddItem ( _
category As String, _
description As String, _
value As Object _
)
Parameters
- category
Category
- description
Description
- value
Value. The ToString() implementation of the object is used to calculate the string value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
GenericDataAcceptor Class
GenericDataAcceptor Members
Microsoft.RemoteToolSdk.PluginComponents Namespace