WebProjectSystem.RemoveReference Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Deletes the specified reference from the physical file system.

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Sub RemoveReference ( _
    name As String _
)
'Usage
Dim instance As WebProjectSystem 
Dim name As String

instance.RemoveReference(name)
public void RemoveReference(
    string name
)
public:
virtual void RemoveReference(
    String^ name
) sealed
abstract RemoveReference : 
        name:string -> unit  
override RemoveReference : 
        name:string -> unit
public final function RemoveReference(
    name : String
)

Parameters

Implements

IProjectSystemRemoveReference(String)

See Also

Reference

WebProjectSystem Class

System.Web.WebPages.Administration.PackageManager Namespace