Freigeben über


ReplacesAttribute-Konstruktor

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
)

Parameter

  • replaces
    Typ: String

.NET Framework-Sicherheit

Siehe auch

Referenz

ReplacesAttribute Klasse

Microsoft.VisualStudio.Text.Editor-Namespace