Share via


ReplacesAttribute Constructor

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Sub New ( _
    replaces As String _
)
public ReplacesAttribute(
    string replaces
)
public:
ReplacesAttribute(
    String^ replaces
)
new : 
        replaces:string -> ReplacesAttribute
public function ReplacesAttribute(
    replaces : String
)

Parameters

.NET Framework Security

See Also

Reference

ReplacesAttribute Class

Microsoft.VisualStudio.Text.Editor Namespace