ReplacesAttribute(String) Конструктор

Определение

Имя ресурса, замененного этим активом.

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)

Параметры

replaces
String

Имя замененного ресурса.

Исключения

Параметр replaces имеет значение null.

Параметр replaces равен пустой строке.

Применяется к