WritableSharedData Class
Represents a set of writable shared data items. It is used by scope nodes to publish data to extensions.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.WritableSharedData
Syntax
public sealed class WritableSharedData
public ref class WritableSharedData sealed
[<Sealed>]
type WritableSharedData = class end
Public NotInheritable Class WritableSharedData
Constructors
Name | Description | |
---|---|---|
WritableSharedData() | Initializes a new instance of the WritableSharedData class. |
Methods
Name | Description | |
---|---|---|
Add(WritableSharedDataItem) | Adds a shared data item to the shared data. Each item in the writable shared data must have a unique clipboard format. |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetItem(String) | Gets a published data item based on the clipboard type. |
|
GetType() | (Inherited from Object.) |
|
Remove(String) | Removes the published data with the specified clipboard format, if it exists in the published data. |
|
ToString() | (Inherited from Object.) |
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
WritableSharedDataItem
Microsoft.ManagementConsole Namespace
Return to top