ExtendedProperties.RemoveAt 方法
從 ExtendedProperties 集合的指定索引處移除 ExtendedProperty 物件。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public Sub RemoveAt ( _
i As Integer _
)
'用途
Dim instance As ExtendedProperties
Dim i As Integer
instance.RemoveAt(i)
public void RemoveAt(
int i
)
public:
void RemoveAt(
int i
)
public void RemoveAt(
int i
)
public function RemoveAt(
i : int
)
參數
- i
型別:System.Int32
要從 ExtendedProperties 集合移除之 ExtendedProperty 物件的索引。
備註
ExtendedProperties 集合是筆墨資料的參考集,並非實際資料本身。這個方法只會從筆墨資料的快照或參考移除相關的 ExtendedProperty 物件,並不會移除實際筆墨資料。
範例
這個 C# 範例會從 Stroke 物件 (theStroke) 的 ExtendedProperties 集合移除第一個元素。
theStroke.ExtendedProperties.RemoveAt(0);
這個 Microsoft® Visual Basic® .NET 範例會從 Stroke 物件 (theStroke) 的 ExtendedProperties 集合移除第一個元素。
theStroke.ExtendedProperties.RemoveAt(0)
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0