Share via


SmartPartInfo Class

Provides information about a specific smartpart.

Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<DesignerCategoryAttribute("Code")> _
<ToolboxBitmapAttribute(GetType(SmartPartInfo), "SmartPartInfo")> _
<DesignerSerializerAttribute(GetType(SmartPartInfoDesignerSerializer), GetType(CodeDomSerializer))> _
Public Class SmartPartInfo
    Inherits Component
    Implements ISmartPartInfo
'Usage
Dim instance As SmartPartInfo
[DesignerCategoryAttribute("Code")] 
[ToolboxBitmapAttribute(typeof(SmartPartInfo), "SmartPartInfo")] 
[DesignerSerializerAttribute(typeof(SmartPartInfoDesignerSerializer), typeof(CodeDomSerializer))] 
public class SmartPartInfo : Component, ISmartPartInfo
[DesignerCategoryAttribute(L"Code")] 
[ToolboxBitmapAttribute(typeof(SmartPartInfo), L"SmartPartInfo")] 
[DesignerSerializerAttribute(typeof(SmartPartInfoDesignerSerializer), typeof(CodeDomSerializer))] 
public ref class SmartPartInfo : public Component, ISmartPartInfo
/** @attribute DesignerCategoryAttribute("Code") */ 
/** @attribute ToolboxBitmapAttribute(Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo, "SmartPartInfo") */ 
/** @attribute DesignerSerializerAttribute(Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo+SmartPartInfoDesignerSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer) */ 
public class SmartPartInfo extends Component implements ISmartPartInfo
DesignerCategoryAttribute("Code") 
ToolboxBitmapAttribute(Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo, "SmartPartInfo") 
DesignerSerializerAttribute(Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo+SmartPartInfoDesignerSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer) 
public class SmartPartInfo extends Component implements ISmartPartInfo

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
      Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo
         Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo
         Microsoft.Practices.CompositeUI.WinForms.WindowSmartPartInfo
         Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo

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

SmartPartInfo Members
Microsoft.Practices.CompositeUI.SmartParts Namespace