ModelingBindingSourceToolboxItem Class

Definition

ToolboxItem for ModelingBindingSource class

public ref class ModelingBindingSourceToolboxItem : Microsoft::VisualStudio::Modeling::Design::ModelingToolboxItemBase
[System.Runtime.InteropServices.Guid("607F569E-3E82-4EC7-980E-6DDB0677D5C7")]
[System.Security.SecurityCritical]
[System.Serializable]
public class ModelingBindingSourceToolboxItem : Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItemBase
[<System.Runtime.InteropServices.Guid("607F569E-3E82-4EC7-980E-6DDB0677D5C7")>]
[<System.Security.SecurityCritical>]
[<System.Serializable>]
type ModelingBindingSourceToolboxItem = class
    inherit ModelingToolboxItemBase
Public Class ModelingBindingSourceToolboxItem
Inherits ModelingToolboxItemBase
Inheritance
ModelingBindingSourceToolboxItem
Attributes

Constructors

ModelingBindingSourceToolboxItem(Int32, String)

Creates a new toolbox item that can create ModelingBindingSource

ModelingBindingSourceToolboxItem(SerializationInfo, StreamingContext)

Constuctor we must provide for serialization

Fields

UniqueId

Toolboxitem ID

Properties

ComponentType

Gets the ComponentType string that is shown in the tooltip for this item.

(Inherited from ModelingToolboxItemBase)
ContextSensitiveHelpKeyword

Gets context sensitive help keyword of the toolbox item. Should NOT be localized.

(Inherited from ModelingToolboxItemBase)
Id

Gets the unique identified of this toolbox item.

(Inherited from ModelingToolboxItemBase)
Position

Gets the suggested position of the toolbox item.

(Inherited from ModelingToolboxItemBase)
TabName

Gets the name of the toolbox tab to contain this item. Should be localized.

(Inherited from ModelingToolboxItemBase)
TabNameId

Gets non-localized name Id of the toolbox tab to contain this item. Must NOT be localized.

(Inherited from ModelingToolboxItemBase)

Methods

CreateComponentsCore(IDesignerHost, IDictionary)

Create the component in the target host

Deserialize(SerializationInfo, StreamingContext)

Deserialize this instance of the ModelingToolboxItemBase.

(Inherited from ModelingToolboxItemBase)
Equals(Object)

Determines whether two ModelingToolboxItemBase instances are equal.

(Inherited from ModelingToolboxItemBase)
GetHashCode()

Returns the hash code for this instance.

(Inherited from ModelingToolboxItemBase)
Serialize(SerializationInfo, StreamingContext)

Serializes this instance of the ModelingToolboxItemBase.

(Inherited from ModelingToolboxItemBase)

Applies to