EnvironmentReferenceCollection.Remove(String, String) 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 a reference specified by the environment name and the environment folder name.
public:
void Remove(System::String ^ name, System::String ^ envFolderName);
public void Remove (string name, string envFolderName);
override this.Remove : string * string -> unit
Public Sub Remove (name As String, envFolderName As String)
Parameters
- name
- String
The environment name.
- envFolderName
- String
The name of the environment folder.