IMutableModel.RemoveOwned(Type) 方法

定义

删除给定的自有类型,指示在发现匹配实体类型时不应配置为拥有的实体类型。

public string? RemoveOwned (Type type);
abstract member RemoveOwned : Type -> string
Public Function RemoveOwned (type As Type) As String

参数

type
Type

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

返回

已删除的自有类型的名称。

适用于