다음을 통해 공유


ProjectVariablesWrapper.Remove(Object) 메서드

정의

ProjectVariablesWrapper 인스턴스에서 변수 개체를 제거합니다.

public:
 virtual void Remove(System::Object ^ index);
public void Remove (object index);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
Public Sub Remove (index As Object)

매개 변수

index
Object

컬렉션에서 제거할 인덱스 개체입니다.

구현

적용 대상