Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
ToolboxItem for ModelingBindingSource class
Inheritance Hierarchy
System.Object
  System.Drawing.Design.ToolboxItem
    Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItemBase
      Microsoft.VisualStudio.Modeling.Shell.ModelingBindingSourceToolboxItem
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SecurityCriticalAttribute> _
<GuidAttribute("607F569E-3E82-4EC7-980E-6DDB0677D5C7")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class ModelingBindingSourceToolboxItem _
    Inherits ModelingToolboxItemBase
[SerializableAttribute]
[SecurityCriticalAttribute]
[GuidAttribute("607F569E-3E82-4EC7-980E-6DDB0677D5C7")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class ModelingBindingSourceToolboxItem : ModelingToolboxItemBase
[SerializableAttribute]
[SecurityCriticalAttribute]
[GuidAttribute(L"607F569E-3E82-4EC7-980E-6DDB0677D5C7")]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class ModelingBindingSourceToolboxItem : public ModelingToolboxItemBase
[<SerializableAttribute>]
[<SecurityCriticalAttribute>]
[<GuidAttribute("607F569E-3E82-4EC7-980E-6DDB0677D5C7")>]
[<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")>]
type ModelingBindingSourceToolboxItem =  
    class 
        inherit ModelingToolboxItemBase 
    end
public class ModelingBindingSourceToolboxItem extends ModelingToolboxItemBase
The ModelingBindingSourceToolboxItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ModelingBindingSourceToolboxItem(Int32, String) | Creates a new toolbox item that can create ModelingBindingSource | 
| .gif) | ModelingBindingSourceToolboxItem(SerializationInfo, StreamingContext) | Constuctor we must provide for serialization | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AssemblyName | Gets or sets the name of the assembly that contains the type or types that the toolbox item creates. (Inherited from ToolboxItem.) | 
| .gif) | Bitmap | Gets or sets a bitmap to represent the toolbox item in the toolbox. (Inherited from ToolboxItem.) | 
| .gif) | Company | Gets or sets the company name for this ToolboxItem. (Inherited from ToolboxItem.) | 
| .gif) | ComponentType | Gets the ComponentType string that is shown in the tooltip for this item. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | ContextSensitiveHelpKeyword | Gets context sensitive help keyword of the toolbox item. Should NOT be localized. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | DependentAssemblies | Gets or sets the AssemblyName for the toolbox item. (Inherited from ToolboxItem.) | 
| .gif) | Description | Gets or sets the description for this ToolboxItem. (Inherited from ToolboxItem.) | 
| .gif) | DisplayName | Gets or sets the display name for the toolbox item. (Inherited from ToolboxItem.) | 
| .gif) | Filter | Gets or sets the filter that determines whether the toolbox item can be used on a destination component. (Inherited from ToolboxItem.) | 
| .gif) | Id | Gets the unique identified of this toolbox item. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | IsTransient | Gets a value indicating whether the toolbox item is transient. (Inherited from ToolboxItem.) | 
| .gif) | Locked | Gets a value indicating whether the ToolboxItem is currently locked. (Inherited from ToolboxItem.) | 
| .gif) | Position | Gets the suggested position of the toolbox item. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | Properties | Gets a dictionary of properties. (Inherited from ToolboxItem.) | 
| .gif) | TabName | Gets the name of the toolbox tab to contain this item. Should be localized. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | TabNameId | Gets non-localized name Id of the toolbox tab to contain this item. Must NOT be localized. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | TypeName | Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked. (Inherited from ToolboxItem.) | 
| .gif) | Version | Gets the version for this ToolboxItem. (Inherited from ToolboxItem.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CheckUnlocked | Throws an exception if the toolbox item is currently locked. (Inherited from ToolboxItem.) | 
| .gif) | CreateComponents() | Creates the components that the toolbox item is configured to create. (Inherited from ToolboxItem.) | 
| .gif) | CreateComponents(IDesignerHost) | Creates the components that the toolbox item is configured to create, using the specified designer host. (Inherited from ToolboxItem.) | 
| .gif) | CreateComponents(IDesignerHost, IDictionary) | Creates the components that the toolbox item is configured to create, using the specified designer host and default values. (Inherited from ToolboxItem.) | 
| .gif) | CreateComponentsCore(IDesignerHost) | Creates a component or an array of components when the toolbox item is invoked. (Inherited from ToolboxItem.) | 
| .gif) | CreateComponentsCore(IDesignerHost, IDictionary) | Create the component in the target host (Overrides ToolboxItem.CreateComponentsCore(IDesignerHost, IDictionary).) | 
| .gif) | Deserialize | Deserialize this instance of the ModelingToolboxItemBase. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | Equals | Determines whether two ModelingToolboxItemBase instances are equal. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | FilterPropertyValue | Filters a property value before returning it. (Inherited from ToolboxItem.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Returns the hash code for this instance. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | GetType() | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | GetType(IDesignerHost) | Enables access to the type associated with the toolbox item. (Inherited from ToolboxItem.) | 
| .gif) | GetType(IDesignerHost, AssemblyName, String, Boolean) | Creates an instance of the specified type, optionally using a specified designer host and assembly name. (Inherited from ToolboxItem.) | 
| .gif) | Initialize | Initializes the current toolbox item with the specified type to create. (Inherited from ToolboxItem.) | 
| .gif) | Lock | Locks the toolbox item and prevents changes to its properties. (Inherited from ToolboxItem.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | OnComponentsCreated | Raises the ComponentsCreated event. (Inherited from ToolboxItem.) | 
| .gif) | OnComponentsCreating | Raises the ComponentsCreating event. (Inherited from ToolboxItem.) | 
| .gif) | Serialize | Serializes this instance of the ModelingToolboxItemBase. (Inherited from ModelingToolboxItemBase.) | 
| .gif) | ToString | Returns a String that represents the current ToolboxItem. (Inherited from ToolboxItem.) | 
| .gif) | ValidatePropertyType | Validates that an object is of a given type. (Inherited from ToolboxItem.) | 
| .gif) | ValidatePropertyValue | Validates a property before it is assigned to the property dictionary. (Inherited from ToolboxItem.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | ComponentsCreated | Occurs immediately after components are created. (Inherited from ToolboxItem.) | 
| .gif) | ComponentsCreating | Occurs when components are about to be created. (Inherited from ToolboxItem.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | UniqueId | Toolboxitem ID | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ISerializable.GetObjectData | For a description of this member, see the GetObjectData method. (Inherited from ToolboxItem.) | 
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.