InPlaceTextEditor.CanEditValue Method

Returns a value indicating whether the value of this field can be edited.

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

Syntax

'Declaration
Public Function CanEditValue ( _
    parentShape As ShapeElement, _
    field As ShapeField, _
    subfield As ShapeSubField, _
    view As DiagramClientView _
) As Boolean
public bool CanEditValue(
    ShapeElement parentShape,
    ShapeField field,
    ShapeSubField subfield,
    DiagramClientView view
)
public:
bool CanEditValue(
    ShapeElement^ parentShape, 
    ShapeField^ field, 
    ShapeSubField^ subfield, 
    DiagramClientView^ view
)
member CanEditValue : 
        parentShape:ShapeElement * 
        field:ShapeField * 
        subfield:ShapeSubField * 
        view:DiagramClientView -> bool 
public function CanEditValue(
    parentShape : ShapeElement, 
    field : ShapeField, 
    subfield : ShapeSubField, 
    view : DiagramClientView
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace