업데이트: 2007년 11월
TabletPropertyDescriptionCollection 컬렉션에서 지정된 TabletPropertyDescription 개체를 제거합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Sub Remove ( _
value As TabletPropertyDescription _
)
‘사용 방법
Dim instance As TabletPropertyDescriptionCollection
Dim value As TabletPropertyDescription
instance.Remove(value)
public void Remove(
TabletPropertyDescription value
)
public:
void Remove(
TabletPropertyDescription^ value
)
public void Remove(
TabletPropertyDescription value
)
public function Remove(
value : TabletPropertyDescription
)
매개 변수
- value
형식: Microsoft.Ink.TabletPropertyDescription
제거할 TabletPropertyDescription 개체입니다.
설명
제거된 요소의 다음 요소가 위로 이동하여 빈 지점을 차지합니다. 이동된 요소의 인덱스도 업데이트됩니다.
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원
참고 항목
참조
TabletPropertyDescriptionCollection 클래스