Share via


ModelingPartitionMapper.BeginMapping Method

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Public Function BeginMapping ( _
    groupPrototype As ElementGroupPrototype, _
    mergePartition As Partition _
) As Object
public Object BeginMapping(
    ElementGroupPrototype groupPrototype,
    Partition mergePartition
)
public:
virtual Object^ BeginMapping(
    ElementGroupPrototype^ groupPrototype, 
    Partition^ mergePartition
) sealed
abstract BeginMapping : 
        groupPrototype:ElementGroupPrototype * 
        mergePartition:Partition -> Object 
override BeginMapping : 
        groupPrototype:ElementGroupPrototype * 
        mergePartition:Partition -> Object 
public final function BeginMapping(
    groupPrototype : ElementGroupPrototype, 
    mergePartition : Partition
) : Object

Parameters

Return Value

Type: System.Object

Implements

IElementPartitionMapper.BeginMapping(ElementGroupPrototype, Partition)

.NET Framework Security

See Also

Reference

ModelingPartitionMapper Class

Microsoft.VisualStudio.Modeling.Shell Namespace