Gets if a field of the given name exists in the code.
[Visual Basic] Function GetDoesFieldExist( _ ByVal name As String _ ) As Boolean [C#] bool GetDoesFieldExist( string name ); [C++] bool GetDoesFieldExist( String* name ) = 0; [JScript] function GetDoesFieldExist( name : String ) : Boolean;
true if the field exists, otherwise false.
ICodeNavigatorService Interface | ICodeNavigatorService Members | System.ComponentModel.Design Namespace