Freigeben über


DeleteProperty Konstruktoren

Definition

Überlädt

DeleteProperty(String, Int32)

Initialisiert eine neue Instanz der DeleteProperty-Klasse.

DeleteProperty(String, String, Int32)

Initialisiert eine neue Instanz der DeleteProperty-Klasse.

DeleteProperty(String, Int32)

Initialisiert eine neue Instanz der DeleteProperty-Klasse.

public DeleteProperty(string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.DeleteProperty : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.DeleteProperty
Public Sub New (Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameter

callerPath
String

Optional, vollständiger Pfad der Quelldatei.

callerLine
Int32

Optional: Zeilennummer in der Quelldatei.

Gilt für:

DeleteProperty(String, String, Int32)

Initialisiert eine neue Instanz der DeleteProperty-Klasse.

public DeleteProperty(string property, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.DeleteProperty : string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.DeleteProperty
Public Sub New (property As String, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameter

property
String

Eigenschaft, die aus dem Arbeitsspeicher gelöscht werden soll.

callerPath
String

Optional, vollständiger Pfad der Quelldatei.

callerLine
Int32

Optional: Zeilennummer in der Quelldatei.

Gilt für: