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)

property String^ ForcedUsingAssemblies {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

Return to top
Show: