ProfileInfoCollection.SetReadOnly Método
Definição
Torna o conteúdo da ProfileInfoCollection somente leitura.Makes the contents of the ProfileInfoCollection read-only.
public:
void SetReadOnly();
public void SetReadOnly ();
member this.SetReadOnly : unit -> unit
Public Sub SetReadOnly ()
Comentários
O SetReadOnly método marca o ProfileInfoCollection como somente leitura para que ProfileInfo os objetos não possam ser adicionados ou removidos da coleção.The SetReadOnly method marks the ProfileInfoCollection as read-only so that ProfileInfo objects cannot be added to or removed from the collection. Depois de chamar o SetReadOnly método, você não pode alterar o de ProfileInfoCollection volta para leitura/gravação.After calling the SetReadOnly method, you cannot change the ProfileInfoCollection back to read/write.