EnvironmentReferenceCollection.Remove(String, String) 메서드

정의

환경 이름과 환경 폴더 이름으로 지정된 참조를 제거합니다.

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)

매개 변수

name
String

환경 이름입니다.

envFolderName
String

환경 폴더의 이름입니다.

적용 대상