ModelService.ConvertItem Method
Converts a ModelItem created in another designer to a ModelItem for this designer.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Function ConvertItem ( _
item As ModelItem _
) As ModelItem
public abstract ModelItem ConvertItem(
ModelItem item
)
public:
virtual ModelItem^ ConvertItem(
ModelItem^ item
) abstract
abstract ConvertItem :
item:ModelItem -> ModelItem
public abstract function ConvertItem(
item : ModelItem
) : ModelItem
Parameters
- item
Type: Microsoft.Windows.Design.Model.ModelItem
The item to convert.
Return Value
Type: Microsoft.Windows.Design.Model.ModelItem
The converted item, associated with this designer.
.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.
See Also
Reference
Microsoft.Windows.Design.Services Namespace