Diagram.HasAssociatedViews 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.
Gets a value indicating whether this diagram is associated with any DiagramView.
public:
property bool HasAssociatedViews { bool get(); };
public bool HasAssociatedViews { get; }
member this.HasAssociatedViews : bool
Public ReadOnly Property HasAssociatedViews As Boolean
Property Value
true if the diagram is associated with any DiagramView; otherwise, false.