Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified reference from the project or references collection.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub RemoveReference ( _
Reference As Object _
)
void RemoveReference(
Object Reference
)
void RemoveReference(
[InAttribute] Object^ Reference
)
abstract RemoveReference :
Reference:Object -> unit
function RemoveReference(
Reference : Object
)
Parameters
Reference
Type: System.ObjectThe reference to remove from the project or the references collection.
.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.