Share via


CallMethodAction.MethodName Eigenschaften

Der Name der aufzurufenden Methode. Hierbei handelt es sich um eine Abhängigkeitseigenschaft.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property MethodName As String
'Usage
Dim instance As CallMethodAction
Dim value As String

value = instance.MethodName

instance.MethodName = value
public string MethodName { get; set; }
public:
property String^ MethodName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_MethodName ()

/** @property */
public void set_MethodName (String value)
public function get MethodName () : String

public function set MethodName (value : String)

Threadsicherheit

Alle öffentlichen statischen Elemente dieses Typs (in Visual Basic als Shared (freigegebene) Elemente bezeichnet) sind threadsicher. Für Instanzelemente wird die Threadsicherheit nicht garantiert.

Siehe auch

Referenz

CallMethodAction Klasse
CallMethodAction Elemente
Microsoft.Expression.Interactivity.Core Namespace