ModelingPartitionMapper.BeginMapping Method
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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
- groupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
- mergePartition
Type: Microsoft.VisualStudio.Modeling.Partition
Return Value
Type: System.Object
Implements
IElementPartitionMapper.BeginMapping(ElementGroupPrototype, Partition)
.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.