Workspace.InnerSmartParts Property

The list of smart parts shown in the workspace.

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

Syntax

'Declaration
Protected ReadOnly Property InnerSmartParts As ICollection(Of TSmartPart)
'Usage
Dim value As ICollection(Of TSmartPart)

value = Me.InnerSmartParts
protected ICollection<TSmartPart> InnerSmartParts { get; }
protected:
property ICollection<TSmartPart>^ InnerSmartParts {
    ICollection<TSmartPart>^ get ();
}
/** @property */
protected ICollection<TSmartPart> get_InnerSmartParts ()
protected function get InnerSmartParts () : ICollection<TSmartPart>

See Also

Reference

Workspace Class
Workspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace