MDLObject.IsComponentConforming(Protocol) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use 'GetComponent (Type type)'.
Retourne le composant qui appartient à l’objet et est conforme au protocole, ou null
si aucun des composants de cet objet n’est conforme.
[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
Paramètres
- protocol
- Protocol
Retours
- Attributs