CompartmentShapeHasBaseCompartmentShape.SetBaseClass Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets BaseClass.
public:
static void SetBaseClass(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShape ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShape ^ newBaseCompartmentShape);
[System.Diagnostics.DebuggerStepThrough]
public static void SetBaseClass (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape element, Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape newBaseCompartmentShape);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetBaseClass : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape * Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape -> unit
Public Shared Sub SetBaseClass (element As CompartmentShape, newBaseCompartmentShape As CompartmentShape)
Parameters
- element
- CompartmentShape
- newBaseCompartmentShape
- CompartmentShape
- Attributes