Share via


InPlaceTextEditor.InUse Property

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

Syntax

'Declaration
Public ReadOnly Property InUse As Boolean
'Usage
Dim instance As InPlaceTextEditor 
Dim value As Boolean 

value = instance.InUse
public bool InUse { get; }
public:
property bool InUse {
    bool get ();
}
public function get InUse () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

InPlaceTextEditor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace