VCNMakeTool.ForcedUsingAssemblies Property

Sets or gets a metadata file to reference in this compilation.

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

Syntax

'Declaration
Property ForcedUsingAssemblies As String
    Get
    Set
string ForcedUsingAssemblies { get; set; }
property String^ ForcedUsingAssemblies {
    String^ get ();
    void set (String^ value);
}
abstract ForcedUsingAssemblies : string with get, set
function get ForcedUsingAssemblies () : String
function set ForcedUsingAssemblies (value : String)

Property Value

Type: System.String
String containing the name of an assembly. Similar to using #using.

.NET Framework Security

See Also

Reference

VCNMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace