VCManifestTool.InputResourceManifests Property
Sets or gets a list of resources containing manifests.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property InputResourceManifests As String
string InputResourceManifests { get; set; }
property String^ InputResourceManifests {
String^ get ();
void set (String^ value);
}
abstract InputResourceManifests : string with get, set
function get InputResourceManifests () : String
function set InputResourceManifests (value : String)
Property Value
Type: System.String
String containing a list of manifest fragments.
.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.