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 | |
---|---|---|
ContextItem< (Of < ( <'T> ) > ) >() () () () | Initializes a new instance of the ContextItem<(Of <(<'T>)>)> class. | |
ContextItem< (Of < ( <'T> ) > ) >(T) | Initializes a new instance of the ContextItem<(Of <(<'T>)>)> class. |
Top
Properties
Name | Description | |
---|---|---|
ItemType | Gets {insert text here}. (Overrides ContextItem..::..ItemType.) | |
Object | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.) | |
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.