PropertyItem.Item Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the ModelItem instance associated with the current PropertyItem instance.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property Item As ModelItem
Get
Set
'Usage
Dim instance As PropertyItem
Dim value As ModelItem
value = instance.Item
instance.Item = value
public ModelItem Item { get; set; }
public:
property ModelItem^ Item {
ModelItem^ get ();
void set (ModelItem^ value);
}
function get Item () : ModelItem
function set Item (value : ModelItem)
member Item : ModelItem with get, set
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
A ModelItem instance that is associated with the current PropertyItem instance.
Remarks
The smart tag host automatically sets the associated ModelItem with this PropertyItem when the PropertyItem is displayed for the first time.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.