Share via


ISmartPartPlaceholder.SmartPart Property

Gets or sets the SmartPart contained by this placeholder.

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

Syntax

'Declaration
Property SmartPart As Object
'Usage
Dim instance As ISmartPartPlaceholder
Dim value As Object

value = instance.SmartPart

instance.SmartPart = value
Object SmartPart { get; set; }
property Object^ SmartPart {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
Object get_SmartPart ()

/** @property */
void set_SmartPart (Object value)
function get SmartPart () : Object

function set SmartPart (value : Object)

See Also

Reference

ISmartPartPlaceholder Interface
ISmartPartPlaceholder Members
Microsoft.Practices.CompositeUI.SmartParts Namespace