Sets or gets the manifest output file.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Property OutputManifestFile As String
用法
Dim instance As VCManifestTool
Dim value As String
value = instance.OutputManifestFile
instance.OutputManifestFile = value
string OutputManifestFile { get; set; }
property String^ OutputManifestFile {
String^ get ();
void set (String^ value);
}
function get OutputManifestFile () : String
function set OutputManifestFile (value : String)
Property Value
Type: System.String
String containing the name of the manifest file being created.
Permissions
- 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.
See Also
Concepts
/MANIFEST (Create Side-by-Side Assembly Manifest)
/MANIFESTDEPENDENCY (Specify Manifest Dependencies)
/MANIFESTFILE (Name Manifest File)