ShapeHasCompartments.SetShape(Compartment, CompartmentShape) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置形状。
public:
static void SetShape(Microsoft::VisualStudio::Modeling::DslDefinition::Compartment ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShape ^ newShape);
[System.Diagnostics.DebuggerStepThrough]
public static void SetShape (Microsoft.VisualStudio.Modeling.DslDefinition.Compartment element, Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape newShape);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetShape : Microsoft.VisualStudio.Modeling.DslDefinition.Compartment * Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape -> unit
Public Shared Sub SetShape (element As Compartment, newShape As CompartmentShape)
参数
- element
- Compartment
- newShape
- CompartmentShape
- 属性