IManipulator.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件的唯一識別碼。
public:
property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer
屬性值
物件的唯一識別碼。
備註
Id該屬性應該對每個特定類型的物件都是唯一的。 例如,若型別 Manipulator1 和 實作 IManipulator,所有型別Maniplulator1為 的物件必須有唯一的Id值,但型態 Manipulator1 的物件可能與型別Manipulator2為 的物件具有相同的IdManipulator2值。