IPropertyManager.CreateProperty<T>(String) メソッド

定義

プロパティのマネージド状態プロパティ アクセサーを作成します。

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

型パラメーター

T

プロパティ値の型。

パラメーター

name
String

プロパティ アクセサーの名前。

戻り値

プロパティの状態プロパティ アクセサー。

適用対象