IMutableModel.AddOwned(Type) 方法

定义

将给定的实体类型标记为“拥有”,指示在发现匹配的实体类型时应配置为“拥有”。

public void AddOwned (Type type);
abstract member AddOwned : Type -> unit
Public Sub AddOwned (type As Type)

参数

type
Type

应拥有的实体类型的类型。

适用于