HubMethodNameAttribute Classe
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.
Personnalise le nom d’une méthode hub.
public ref class HubMethodNameAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class HubMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type HubMethodNameAttribute = class
inherit Attribute
Public Class HubMethodNameAttribute
Inherits Attribute
- Héritage
-
HubMethodNameAttribute
- Attributs
Constructeurs
HubMethodNameAttribute(String) |
Initialise une nouvelle instance de la classe HubMethodNameAttribute. |
Propriétés
Name |
Nom personnalisé de la méthode hub. |