DocData.DocViews Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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