ContextItem(T) Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Design.Core.Context..::..ContextItem
    Microsoft.Data.Tools.Design.Core.Context..::..ContextItem<(Of <(<'T>)>)>

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Class ContextItem(Of T) _
    Inherits ContextItem
'Usage
Dim instance As ContextItem(Of T)
public class ContextItem<T> : ContextItem
generic<typename T>
public ref class ContextItem : public ContextItem
type ContextItem<'T> =  
    class
        inherit ContextItem
    end
JScript does not support generic types and methods.

Type Parameters

  • T

The ContextItem<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method ContextItem< (Of < ( <'T> ) > ) >() () () () Initializes a new instance of the ContextItem<(Of <(<'T>)>)> class.
Public method ContextItem< (Of < ( <'T> ) > ) >(T) Initializes a new instance of the ContextItem<(Of <(<'T>)>)> class.

Top

Properties

  Name Description
Public property ItemType Gets {insert text here}. (Overrides ContextItem..::..ItemType.)
Public property Object Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnItemChanged This method is called on a context item before it is stored in the context item manager. The previous item in the context item manager is passed. (Inherited from ContextItem.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Data.Tools.Design.Core.Context Namespace