VCReferences.RemoveReference(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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