VCReferences.RemoveReference Method
Removes the specified reference from the project or references collection.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Deklarace
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.Object
The 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.