EditContextProperties 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
保留與 相關聯的 EditContext 任意索引鍵/值組。 這可用來追蹤應用程式特定用途的其他中繼資料。
public ref class EditContextProperties sealed
public sealed class EditContextProperties
type EditContextProperties = class
Public NotInheritable Class EditContextProperties
- 繼承
-
EditContextProperties
建構函式
EditContextProperties() |
保留與 相關聯的 EditContext 任意索引鍵/值組。 這可用來追蹤應用程式特定用途的其他中繼資料。 |
屬性
Item[Object] |
取得或設定集合中的值。 |
方法
Remove(Object) |
從集合中移除指定的專案。 |
TryGetValue(Object, Object) |
取得與指定索引鍵相關聯的值,如果有的話。 |