Freigeben über


SetDynamicValueProperties-Klasse

 

Stellt eine Aktivität zum Festlegen eines dynamischen Werts dar.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Vererbungshierarchie

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.SetDynamicValueProperties

Syntax

[ContentPropertyAttribute("Properties")]
public sealed class SetDynamicValueProperties : CodeActivity<DynamicValue>
[ContentPropertyAttribute("Properties")]
public ref class SetDynamicValueProperties sealed : CodeActivity<DynamicValue^>
[<Sealed>]
[<ContentPropertyAttribute("Properties")>]
type SetDynamicValueProperties = 
    class
        inherit CodeActivity<DynamicValue>
    end
<ContentPropertyAttribute("Properties")>
Public NotInheritable Class SetDynamicValueProperties
    Inherits CodeActivity(Of DynamicValue)

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod SetDynamicValueProperties()

Initialisiert eine neue Instanz der der SetDynamicValueProperties Klasse.

System_CAPS_pubmethod SetDynamicValueProperties(InArgument<DynamicValue>)

Initialisiert eine neue Instanz der der SetDynamicValueProperties Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_protproperty CacheId

(Geerbt von „Activity“.)

System_CAPS_pubproperty DisplayName

(Geerbt von „Activity“.)

System_CAPS_pubproperty Id

(Geerbt von „Activity“.)

System_CAPS_protproperty ImplementationVersion

(Geerbt von „CodeActivity<TResult>“.)

System_CAPS_pubproperty Properties

Ruft ab oder legt die dynamischen Eigenschaften fest.

System_CAPS_pubproperty Result

(Geerbt von „Activity<TResult>“.)

System_CAPS_pubproperty ResultType

(Geerbt von „ActivityWithResult“.)

System_CAPS_pubproperty Source

Ruft ab oder legt die attributquelle fest.

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von „Object“.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von „Object“.)

System_CAPS_pubmethod GetType()

(Geerbt von „Object“.)

System_CAPS_pubmethod ToString()

(Geerbt von „Activity“.)

Threadsicherheit

Alle öffentlichen statischen Member ( Shared in Visual Basic) dieses Typs sind threadsicher. Die Threadsicherheit für Instanzmember ist nicht garantiert.

Siehe auch

Microsoft.Activities-Namespace

Zurück zum Anfang