ModelStore.IModelAnnotationHolder.GetAnnotations メソッド (ModelStore.Identifier)
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Private Function GetAnnotations ( _
identifier As ModelStore..::.Identifier _
) As IList(Of IModelAnnotation) Implements IModelAnnotationHolder.GetAnnotations
'使用
Dim instance As ModelStore
Dim identifier As ModelStore..::.Identifier
Dim returnValue As IList(Of IModelAnnotation)
returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations(identifier)
IList<IModelAnnotation> IModelAnnotationHolder.GetAnnotations(
ModelStore..::.Identifier identifier
)
private:
virtual IList<IModelAnnotation^>^ GetAnnotations(
ModelStore..::.Identifier^ identifier
) sealed = IModelAnnotationHolder::GetAnnotations
JScript では、明示的なインターフェイスの実装はサポートされません。
パラメータ
- identifier
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
戻り値
型 : System.Collections.Generic.IList<IModelAnnotation>
実装
IModelAnnotationHolder.GetAnnotations(ModelStore.Identifier)
参照
参照
ModelStore オーバーロード