Diagram::ClientViews Property

 

Gets the list of client views that are assigned to the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property IList^ ClientViews {
	IList^ get();
}

Property Value

Type: System.Collections::IList^

The list of client views that are assigned to the diagram.

Return to top
Show: