Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: 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.