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.
Initialize the compartment from its mapping data.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Overrides Sub InitializeCompartment ( _
compartment As Compartment _
)
protected override void InitializeCompartment(
Compartment compartment
)
protected:
virtual void InitializeCompartment(
Compartment^ compartment
) override
abstract InitializeCompartment :
compartment:Compartment -> unit
override InitializeCompartment :
compartment:Compartment -> unit
protected override function InitializeCompartment(
compartment : Compartment
)
Parameters
compartment
Type: Microsoft.VisualStudio.Modeling.Diagrams.CompartmentCompartment to intialize.
.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.