SharedDataItemBase Class
Represents a single piece of data that is published through a SharedData object. This data is passed to extension snap-ins to provide a context for the extension.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.SharedDataItemBase
Microsoft.ManagementConsole.SharedDataItem
Microsoft.ManagementConsole.WritableSharedDataItem
Syntax
public class SharedDataItemBase
public ref class SharedDataItemBase
type SharedDataItemBase = class end
Public Class SharedDataItemBase
Properties
Name | Description | |
---|---|---|
ClipboardFormatId | Gets the string that specifies the clipboard format for the data item. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetData() | Gets the data for the shared data item. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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