VCManifestTool.ReplacementsFile - свойство
Sets or gets the string replacement file.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property ReplacementsFile As String
'Применение
Dim instance As VCManifestTool
Dim value As String
value = instance.ReplacementsFile
instance.ReplacementsFile = value
string ReplacementsFile { get; set; }
property String^ ReplacementsFile {
String^ get ();
void set (String^ value);
}
function get ReplacementsFile () : String
function set ReplacementsFile (value : String)
Значение свойства
Тип: System.String
String holding the name of the file that contains string replacement values.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.