ModelingToolboxItemBase Class

 

Represents an abstract toolbox item.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)


[SerializableAttribute]
[SecurityCriticalAttribute]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = "FullTrust")]
public ref class ModelingToolboxItemBase abstract : ToolboxItem

NameDescription
System_CAPS_pubpropertyAssemblyName

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyBitmap

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyCompany

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyComponentType

Gets the ComponentType string that is shown in the tooltip for this item.(Overrides ToolboxItem::ComponentType.)

System_CAPS_pubpropertyContextSensitiveHelpKeyword

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

System_CAPS_pubpropertyDependentAssemblies

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyDescription

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyDisplayName

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyFilter

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyId

Gets the unique identified of this toolbox item.

System_CAPS_pubpropertyIsTransient

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyLocked

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyPosition

Gets the suggested position of the toolbox item.

System_CAPS_pubpropertyProperties

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyTabName

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

System_CAPS_pubpropertyTabNameId

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

System_CAPS_pubpropertyTypeName

(Inherited from ToolboxItem.)

System_CAPS_pubpropertyVersion

(Inherited from ToolboxItem.)

NameDescription
System_CAPS_protmethodCheckUnlocked()

(Inherited from ToolboxItem.)

System_CAPS_pubmethodCreateComponents()

(Inherited from ToolboxItem.)

System_CAPS_pubmethodCreateComponents(IDesignerHost^)

(Inherited from ToolboxItem.)

System_CAPS_pubmethodCreateComponents(IDesignerHost^, IDictionary^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodCreateComponentsCore(IDesignerHost^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodCreateComponentsCore(IDesignerHost^, IDictionary^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodDeserialize(SerializationInfo^, StreamingContext)

Deserialize this instance of the ModelingToolboxItemBase.(Overrides ToolboxItem::Deserialize(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodEquals(Object^)

Determines whether two ModelingToolboxItemBase instances are equal.(Overrides ToolboxItem::Equals(Object^).)

System_CAPS_protmethodFilterPropertyValue(String^, Object^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides ToolboxItem::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetType(IDesignerHost^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodGetType(IDesignerHost^, AssemblyName^, String^, Boolean)

(Inherited from ToolboxItem.)

System_CAPS_pubmethodInitialize(Type^)

(Inherited from ToolboxItem.)

System_CAPS_pubmethodLock()

(Inherited from ToolboxItem.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnComponentsCreated(ToolboxComponentsCreatedEventArgs^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodOnComponentsCreating(ToolboxComponentsCreatingEventArgs^)

(Inherited from ToolboxItem.)

System_CAPS_protmethodSerialize(SerializationInfo^, StreamingContext)

Serializes this instance of the ModelingToolboxItemBase.(Overrides ToolboxItem::Serialize(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodToString()

(Inherited from ToolboxItem.)

System_CAPS_protmethodValidatePropertyType(String^, Object^, Type^, Boolean)

(Inherited from ToolboxItem.)

System_CAPS_protmethodValidatePropertyValue(String^, Object^)

(Inherited from ToolboxItem.)

NameDescription
System_CAPS_pubeventComponentsCreated

(Inherited from ToolboxItem.)

System_CAPS_pubeventComponentsCreating

(Inherited from ToolboxItem.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: