DocData.DocViews Property

Definition

Retrieves the collection of views currently open on this document.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Shell::ModelingDocView ^> ^ DocViews { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Shell::ModelingDocView ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.ModelingDocView> DocViews { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DocViews : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Shell.ModelingDocView>
Public ReadOnly Property DocViews As IList(Of ModelingDocView)

Property Value

Attributes

Applies to