Share via


CreateUriFromDynamicValue-Klasse

 

Eine Aktivität zum Erstellen eines URIs aus einem Eingabe-DynamicValue.

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.CreateUriFromDynamicValue

Syntax

[ContentPropertyAttribute("Options")]
public sealed class CreateUriFromDynamicValue : CodeActivity<string>
[ContentPropertyAttribute("Options")]
public ref class CreateUriFromDynamicValue sealed : CodeActivity<String^>
[<Sealed>]
[<ContentPropertyAttribute("Options")>]
type CreateUriFromDynamicValue = 
    class
        inherit CodeActivity<string>
    end
<ContentPropertyAttribute("Options")>
Public NotInheritable Class CreateUriFromDynamicValue
    Inherits CodeActivity(Of String)

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod CreateUriFromDynamicValue()

Initialisiert eine neue Instanz der CreateUriFromDynamicValue-Klasse.

System_CAPS_pubmethod CreateUriFromDynamicValue(InArgument<DynamicValue>)

Initialisiert eine neue Instanz der CreateUriFromDynamicValue-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 Options

Ruft einen DynamicValue ab, der Elemente eines URIs enthält, z. B. das Schema, den Host, den Port, den Pfad, die Abfrage und das Fragment, oder legt diesen fest.

System_CAPS_pubproperty Result

(Geerbt von Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Geerbt von ActivityWithResult.)

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

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Activities-Namespace

Zurück zum Anfang