HubMethodNameAttribute クラス

定義

ハブ メソッドの名前をカスタマイズします。

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
継承
HubMethodNameAttribute
属性

コンストラクター

HubMethodNameAttribute(String)

HubMethodNameAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Name

ハブ メソッドのカスタマイズされた名前。

適用対象