Delen via


DeleteProperty Constructors

Definitie

Overloads

DeleteProperty(String, Int32)

Initialiseert een nieuw exemplaar van de DeleteProperty klasse.

DeleteProperty(String, String, Int32)

Initialiseert een nieuw exemplaar van de DeleteProperty klasse.

DeleteProperty(String, Int32)

Initialiseert een nieuw exemplaar van de 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)

Parameters

callerPath
String

Optioneel, volledig pad naar bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op

DeleteProperty(String, String, Int32)

Initialiseert een nieuw exemplaar van de 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)

Parameters

property
String

Eigenschap die uit het geheugen moet worden verwijderd.

callerPath
String

Optioneel, volledig pad naar bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op