WritableSharedDataItem Class
Represents a single item of published data. Published data is data that is shared between primary and extension snap-ins.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.SharedDataItemBase
Microsoft.ManagementConsole.WritableSharedDataItem
Syntax
public class WritableSharedDataItem : SharedDataItemBase
public ref class WritableSharedDataItem : SharedDataItemBase
type WritableSharedDataItem =
class
inherit SharedDataItemBase
end
Public Class WritableSharedDataItem
Inherits SharedDataItemBase
Constructors
Name | Description | |
---|---|---|
WritableSharedDataItem(String, Boolean) | Initializes a new instance of the WritableSharedDataItem class. |
Properties
Name | Description | |
---|---|---|
ClipboardFormatId | Gets the string that specifies the clipboard format for the data item. (Inherited from SharedDataItemBase.) |
|
RequiresCallback | Gets the value that indicates whether the data item requires a callback when data is requested. This value is set in the WritableSharedDataItem constructor. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetData() | Gets the data for the shared data item. (Inherited from SharedDataItemBase.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetData(Byte[]) | Sets the data for the shared data item. This data is ignored if RequiresCallback is set to true. |
|
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