DeckWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IWorkspace.SmartParts Property

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

Syntax

'Declaration
Private ReadOnly Property Microsoft.Practices.CompositeUI.SmartParts.IWorkspace.SmartParts As ReadOnlyCollection(Of Object) Implements IWorkspace.SmartParts
'Usage
Dim instance As DeckWorkspace
Dim value As ReadOnlyCollection(Of Object)

value = CType(instance, IWorkspace).SmartParts
ReadOnlyCollection<Object> IWorkspace.SmartParts { get; }
private:
virtual property ReadOnlyCollection<Object^>^ Microsoft.Practices.CompositeUI.SmartParts.IWorkspace.SmartParts {
    ReadOnlyCollection<Object^>^ get () sealed = IWorkspace::SmartParts::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

DeckWorkspace Class
DeckWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace