Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or gets the string replacement file.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property ReplacementsFile As String
Get
Set
string ReplacementsFile { get; set; }
property String^ ReplacementsFile {
String^ get ();
void set (String^ value);
}
abstract ReplacementsFile : string with get, set
function get ReplacementsFile () : String
function set ReplacementsFile (value : String)
Property Value
Type: System.String
String holding the name of the file that contains string replacement values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.