Share via


InPlaceTextEditor.SubField Property

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

Syntax

'Declaration
Public ReadOnly Property SubField As ShapeSubField
'Usage
Dim instance As InPlaceTextEditor 
Dim value As ShapeSubField 

value = instance.SubField
public ShapeSubField SubField { get; }
public:
property ShapeSubField^ SubField {
    ShapeSubField^ get ();
}
public function get SubField () : ShapeSubField

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

InPlaceTextEditor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace