VCManifestTool.ReplacementsFile Property

Sets or gets the string replacement file.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
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)

Property Value

Type: System.String

String holding the name of the file that contains string replacement values.

Permissions

See Also

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace