IManipulator.Id 속성

정의

개체의 고유 식별자를 가져오거나 설정합니다.

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 값이 있어야 하지만 형식의 개체는 형식 Manipulator2Manipulator1 의 개체와 같 IdManipulator2 을 수 있습니다.

적용 대상