SharedData Class
Represents a set of SharedDataItem objects. It is used by extensions to access the data that is published by a primary snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.SharedData
Syntax
public sealed class SharedData
public ref class SharedData sealed
[<Sealed>]
type SharedData = class end
Public NotInheritable Class SharedData
Methods
Name | Description | |
---|---|---|
Add(SharedDataItem) | Adds a SharedDataItem to the set of shared data items. Each item in the set 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 particular 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
Microsoft.ManagementConsole Namespace
Return to top