Share via


DiagramSpy.Enabled Property

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

Syntax

'Declaration
Public Shared Property Enabled As Boolean
'Usage
Dim value As Boolean 

value = DiagramSpy.Enabled 

DiagramSpy.Enabled = value
public static bool Enabled { get; set; }
public:
static property bool Enabled {
    bool get ();
    void set (bool value);
}
public static function get Enabled () : boolean 
public static function set Enabled (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiagramSpy Class

DiagramSpy Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace