Compartir a través de


ModelingDocStore.ModelingDocuments (Propiedad)

Obtiene la colección de modelos que están compartiendo el almacén.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintaxis

'Declaración
Public ReadOnly Property ModelingDocuments As ReadOnlyCollection(Of ModelingDocData)
public ReadOnlyCollection<ModelingDocData> ModelingDocuments { get; }

Valor de propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ModelingDocData>
La colección de modelos que comparten el almacén.

Seguridad de .NET Framework

Vea también

Referencia

ModelingDocStore Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)