PickerProperties.Add(String, String, MsoPickerField) 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.
Ajoute un PickerProperty objet à la collection.
public:
Microsoft::Office::Core::PickerProperty ^ Add(System::String ^ Id, System::String ^ Value, Microsoft::Office::Core::MsoPickerField Type);
public Microsoft.Office.Core.PickerProperty Add (string Id, string Value, Microsoft.Office.Core.MsoPickerField Type);
abstract member Add : string * string * Microsoft.Office.Core.MsoPickerField -> Microsoft.Office.Core.PickerProperty
Public Function Add (Id As String, Value As String, Type As MsoPickerField) As PickerProperty
Paramètres
- Id
- String
Spécifie le nom de clé de la propriété.
- Value
- String
Spécifie la valeur de la propriété.
- Type
- MsoPickerField
MsoPickerField qui spécifie le type de la propriété .
Retours
Retourne PickerProperty.