GrainReference.GetMethodName(Int32, Int32) 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.
Retourne le nom de la méthode associé aux valeurs interfaceId et methodId spécifiées.
protected virtual string GetMethodName (int interfaceId, int methodId);
public virtual string GetMethodName (int interfaceId, int methodId);
abstract member GetMethodName : int * int -> string
override this.GetMethodName : int * int -> string
Protected Overridable Function GetMethodName (interfaceId As Integer, methodId As Integer) As String
Public Overridable Function GetMethodName (interfaceId As Integer, methodId As Integer) As String
Paramètres
- interfaceId
- Int32
ID d’interface
- methodId
- Int32
ID de méthode
Retours
Chaîne de nom de méthode.