LinkedElementCollection<T>.AsReadOnly 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.
Obtient une collection en lecture seule synchronisée avec celle-ci.
public:
Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<T> ^ AsReadOnly();
public Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<T> AsReadOnly ();
member this.AsReadOnly : unit -> Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)>
Public Function AsReadOnly () As ReadOnlyLinkedElementCollection(Of T)
Retours
Collection en lecture seule des acteurs de rôle.