MDLObject.IsComponentConforming(Protocol) 方法

定义

注意

Use 'GetComponent (Type type)'.

返回属于 对象并符合协议的组件,或者 null 如果此对象的组件都不符合,则返回 。

[Foundation.Export("componentConformingToProtocol:")]
[System.Obsolete("Use 'GetComponent (Type type)'.", false)]
public virtual ModelIO.IMDLComponent IsComponentConforming (ObjCRuntime.Protocol protocol);
abstract member IsComponentConforming : ObjCRuntime.Protocol -> ModelIO.IMDLComponent
override this.IsComponentConforming : ObjCRuntime.Protocol -> ModelIO.IMDLComponent

参数

protocol
Protocol

返回

属性

适用于