ModelElement.GetAnnotations 方法
包含受保護的成員
包含繼承的成員
取得已加入至項目的附註清單。
這個成員是多載的。如需這個成員的完整資訊,包含語法、使用方式和範例,請按一下多載清單中的名稱。
多載清單
名稱 | 說明 | |
---|---|---|
![]() |
GetAnnotations<TType>() | 取得所提供之型別的附註清單,而這些附註已附加至目前項目。 |
![]() |
GetAnnotations() | 取得已加入至這個項目的附註清單。 |
![]() |
GetAnnotations(Type) | 取得已加入至這個項目之指定型別的附註清單。 |
![]() |
GetAnnotations(ModelIdentifier) | 取得已加入至指定之項目的附註清單,而這個項目是目前項目的子項目。 |
![]() |
GetAnnotations<TType>(ModelIdentifier) | 取得附註的清單,這些附註已附加至指定的項目,且其型別符合提供的 Type。 |
![]() |
GetAnnotations(ModelIdentifier, Type) | 取得指定之型別的附註清單,而這些附註已加入至目前項目內指定的子項目。 |
回頁首