共用方式為


BotState.CreateProperty<T>(String) 方法

定義

在 範圍內 BotState 建立具名狀態屬性,並傳回 屬性的存取子。

public Microsoft.Bot.Builder.IStatePropertyAccessor<T> CreateProperty<T> (string name);
abstract member CreateProperty : string -> Microsoft.Bot.Builder.IStatePropertyAccessor<'T>
override this.CreateProperty : string -> Microsoft.Bot.Builder.IStatePropertyAccessor<'T>
Public Function CreateProperty(Of T) (name As String) As IStatePropertyAccessor(Of T)

類型參數

T

屬性的值類型。

參數

name
String

屬性的名稱。

傳回

屬性的存取子。

實作

例外狀況

namenull

適用於