EmptySelection.CoercedSelection Propriété
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.
Nous devons retourner une collection vide ici pour provoquer un échec de contrainte. C'est un peu étrange, mais nécessaire, étant donné l'implémentation de SelectionState.IsCoercionFailure.
public:
virtual property System::Collections::ICollection ^ CoercedSelection { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection CoercedSelection { get; }
member this.CoercedSelection : System.Collections.ICollection
Public Overrides ReadOnly Property CoercedSelection As ICollection