INavigableItemBuildSet.FieldSupported(String) 메서드

정의

지정한 필드가 작성 집합 내의 항목을 위해 지원되는지 여부를 검사합니다.

public:
 bool FieldSupported(System::String ^ field);
public bool FieldSupported (string field);
abstract member FieldSupported : string -> bool
Public Function FieldSupported (field As String) As Boolean

매개 변수

field
String

필드의 이름을 나타내는 String 문자열입니다.

반환

지정한 필드가 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상