MDLObject.IsComponentConforming(Protocol) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
傳回
- 屬性