IMutableModel.RemoveOwned(Type) 方法

定義

移除指定的擁有類型,指出探索到的相符實體類型不應該設定為擁有。

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

參數

type
Type

不應擁有之實體類型的型別。

傳回

已移除的擁有型別名稱。

適用於