次の方法で共有


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

戻り値

属性

適用対象