IPropertyManager.CreateProperty<T>(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un accesseur de propriété d’état managé pour une propriété.
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)
Paramètres de type
- T
Type de valeur de propriété.
Paramètres
- name
- String
Nom de l’accesseur de propriété.
Retours
Accesseur de propriété d’état pour la propriété .