Decorator.ConfigureHostShape 方法
创建宿主形状或配置现有宿主形状。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Overridable Function ConfigureHostShape ( _
parent As ShapeElement _
) As DecoratorHostShape
public virtual DecoratorHostShape ConfigureHostShape(
ShapeElement parent
)
参数
- parent
类型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
宿主形状将分配的形状。
返回值
类型:Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape
新的或更新宿主形状。
备注
如果一个修饰器分配的形状不具备宿主形状,已创建。 如果宿主形状已经存在,则位修饰器的设置应用于现有宿主形状。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。