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

'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: Object

    The reference to remove from the project or the references collection.

.NET Framework Security

See Also

Reference

VCReferences Interface

Microsoft.VisualStudio.VCProjectEngine Namespace