CharacterMetricsDictionary.Item[Int32] 屬性

定義

取得或設定符合指定索引鍵之集合中的項目值。

public:
 property System::Windows::Media::CharacterMetrics ^ default[int] { System::Windows::Media::CharacterMetrics ^ get(int key); void set(int key, System::Windows::Media::CharacterMetrics ^ value); };
public System.Windows.Media.CharacterMetrics this[int key] { get; set; }
member this.Item(int) : System.Windows.Media.CharacterMetrics with get, set
Default Public Property Item(key As Integer) As CharacterMetrics

參數

key
Int32

型別 Int32 的值。

屬性值

型別 CharacterMetrics 的值。

實作

適用於