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

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

返品

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

適用対象