VCReferences.RemoveReference(Object) Method

Definition

Removes the specified reference from the project or references collection.

public:
 void RemoveReference(System::Object ^ Reference);
public:
 void RemoveReference(Platform::Object ^ Reference);
void RemoveReference(winrt::Windows::Foundation::IInspectable const & Reference);
[System.Runtime.InteropServices.DispId(906)]
public void RemoveReference (object Reference);
[<System.Runtime.InteropServices.DispId(906)>]
abstract member RemoveReference : obj -> unit
Public Sub RemoveReference (Reference As Object)

Parameters

Reference
Object

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

Attributes

Applies to