ReplacesAttribute(String) Construtor

Definição

O nome do ativo substituído por este ativo.

public:
 ReplacesAttribute(System::String ^ replaces);
public:
 ReplacesAttribute(Platform::String ^ replaces);
 ReplacesAttribute(std::wstring const & replaces);
public ReplacesAttribute (string replaces);
new Microsoft.VisualStudio.Text.Editor.ReplacesAttribute : string -> Microsoft.VisualStudio.Text.Editor.ReplacesAttribute
Public Sub New (replaces As String)

Parâmetros

replaces
String

O nome do ativo substituído.

Exceções

replaces é nulo.

replaces é uma cadeia de caracteres vazia.

Aplica-se a