다음을 통해 공유


AnnotatableBase.IReadOnlyAnnotatable.FindAnnotation(String) 메서드

정의

지정된 이름의 주석을 가져오고 없는 경우 를 반환합니다 null .

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IReadOnlyAnnotatable.FindAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IReadOnlyAnnotatable.FindAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function FindAnnotation (name As String) As IAnnotation Implements IReadOnlyAnnotatable.FindAnnotation

매개 변수

name
String

찾을 주석의 이름입니다.

반환

지정된 이름의 주석이 이미 있는 경우 기존 주석입니다. 그렇지 않으면 null입니다.

구현

특성

적용 대상