Share via


XmlEditingScope.Name Property

 

Gets the name provided in XmlEditingScope.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Syntax

public abstract string Name { get; }
public:
property String^ Name {
    virtual String^ get() abstract;
}
abstract Name : string with get
Public MustOverride ReadOnly Property Name As String

Property Value

Type: System.String

The name provided in XmlEditingScope as a string.

Remarks

The Name will appear in the Undo/Redo menu.

See Also

XmlEditingScope Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top