CompartmentMapping.InitializeCompartment Method
Update the compartment with the value specified by this mapping from the object model
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Protected MustOverride Sub InitializeCompartment ( _
compartment As Compartment _
)
protected abstract void InitializeCompartment(
Compartment compartment
)
protected:
virtual void InitializeCompartment(
Compartment^ compartment
) abstract
abstract InitializeCompartment :
compartment:Compartment -> unit
protected abstract function InitializeCompartment(
compartment : Compartment
)
Parameters
- compartment
Type: Microsoft.VisualStudio.Modeling.Diagrams.Compartment
The compartment to update
Remarks
Update the compartment by using the value that is specified by this mapping from the object model.
.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.