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
System_CAPS_pubmethod WritableSharedDataItem(String, Boolean)

Initializes a new instance of the WritableSharedDataItem class.

Properties

Name Description
System_CAPS_pubproperty ClipboardFormatId

Gets the string that specifies the clipboard format for the data item. (Inherited from SharedDataItemBase.)

System_CAPS_pubproperty 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetData()

Gets the data for the shared data item. (Inherited from SharedDataItemBase.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetData(Byte[])

Sets the data for the shared data item. This data is ignored if RequiresCallback is set to true.

System_CAPS_pubmethod 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