MDLObject.IsComponentConforming(Protocol) Método

Definición

Precaución

Use 'GetComponent (Type type)'.

Devuelve el componente que pertenece al objeto y se ajusta al protocolo, o null si ninguno de los componentes de este objeto se ajusta.

[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

Parámetros

protocol
Protocol

Devoluciones

Atributos

Se aplica a