Removes the specified reference from the project or references collection.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Sub RemoveReference ( _
Reference As Object _
)
用法
Dim instance As VCReferences
Dim Reference As Object
instance.RemoveReference(Reference)
void RemoveReference(
Object Reference
)
void RemoveReference(
[InAttribute] Object^ Reference
)
function RemoveReference(
Reference : Object
)
Parameters
Reference
Type: System.ObjectThe reference to remove from the project or the references collection.
Permissions
- 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.