Partager via


DeleteProperty Constructeurs

Définition

Surcharges

DeleteProperty(String, Int32)

Initialise une nouvelle instance de la classe DeleteProperty.

DeleteProperty(String, String, Int32)

Initialise une nouvelle instance de la classe DeleteProperty.

DeleteProperty(String, Int32)

Initialise une nouvelle instance de la classe DeleteProperty.

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)

Paramètres

callerPath
String

Facultatif, chemin d’accès complet au fichier source.

callerLine
Int32

Facultatif, numéro de ligne dans le fichier source.

S’applique à

DeleteProperty(String, String, Int32)

Initialise une nouvelle instance de la classe DeleteProperty.

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)

Paramètres

property
String

Propriété à supprimer de la mémoire.

callerPath
String

Facultatif, chemin d’accès complet au fichier source.

callerLine
Int32

Facultatif, numéro de ligne dans le fichier source.

S’applique à