DeleteProperty 构造函数

定义

重载

DeleteProperty(String, Int32)

初始化 DeleteProperty 类的新实例。

DeleteProperty(String, String, Int32)

初始化 DeleteProperty 类的新实例。

DeleteProperty(String, Int32)

初始化 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)

参数

callerPath
String

可选的源文件完整路径。

callerLine
Int32

可选,源文件中的行号。

适用于

DeleteProperty(String, String, Int32)

初始化 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)

参数

property
String

要从内存中删除的属性。

callerPath
String

可选的源文件完整路径。

callerLine
Int32

可选,源文件中的行号。

适用于