Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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
- 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.