Diagram.NeedsRenumber Property
Gets the diagram and verifies whether the shapes in it must be renumbered.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property NeedsRenumber As Boolean
'Usage
Dim instance As Diagram
Dim value As Boolean
value = instance.NeedsRenumber
instance.NeedsRenumber = value
public bool NeedsRenumber { get; set; }
public:
property bool NeedsRenumber {
bool get ();
void set (bool value);
}
public function get NeedsRenumber () : boolean
public function set NeedsRenumber (value : boolean)
Property Value
Type: System.Boolean
true if the shapes in the diagram must be renumbered; otherwise, false.
Remarks
If the return value is true, the shapes in the diagram are renumbered.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.